2017 © Pedro Peláez
 

wordpress-plugin rankz

A WordPress plugin which contains a bunch of customizations for Sage WordPress theme.

image

ensoul/rankz

A WordPress plugin which contains a bunch of customizations for Sage WordPress theme.

  • Tuesday, January 16, 2018
  • by ensoul
  • Repository
  • 5 Watchers
  • 3 Stars
  • 2,727 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 3 % Grown

The README.md

Rankz

Packagist Packagist Downloads Build Status, (*1)

A WordPress plugin which contains a bunch of customizations for Sage WordPress theme., (*2)

Requirements

Installation

You can install this plugin via the command-line or the WordPress admin panel., (*3)

via Command-line

If you're using Composer to manage WordPress, add Rankz to your project's dependencies., (*4)

composer require ensoul/rankz

Then activate the plugin via wp-cli., (*5)

wp plugin activate rankz

via WordPress Admin Panel

  1. Download the latest zip of this repo.
  2. In your WordPress admin panel, navigate to Plugins->Add New
  3. Click Upload Plugin
  4. Upload the zip file that you downloaded.

Modules

  • Rankz first setup
    add_theme_support('rankz-init');, (*6)

  • Clean WordPress
    add_theme_support('rankz-clean-up');, (*7)

  • Disable Customizer
    add_theme_support('rankz-disable-customizer');, (*8)

  • Disable core update notice for non admin users
    add_theme_support('rankz-disable-update-notice');, (*9)

  • Disable comments
    add_theme_support('rankz-disable-comments');, (*10)

  • Disable widgets
    add_theme_support('rankz-disable-widgets');, (*11)

  • Add Font Awesome icons to menu (more info)
    add_theme_support('rankz-font-awesome-menu');, (*12)

  • Admin login customization (more info)
    add_theme_support('rankz-admin-login', '#e50040', 'dist/images/login-logo.png', 'https://example.com');, (*13)

  • Google Analytics with anonymizeIP (more info)
    add_theme_support('rankz-google-analytics', 'UA-XXXXX-Y');, (*14)

And in a format you can copy & paste into your theme:, (*15)

/**
 * Enable features from Rankz when plugin is activated
 */
add_theme_support('rankz-init');
add_theme_support('rankz-clean-up');
add_theme_support('rankz-disable-customizer');
add_theme_support('rankz-disable-update-notice');
add_theme_support('rankz-disable-comments');
add_theme_support('rankz-disable-widgets');
add_theme_support('rankz-font-awesome-menu');
add_theme_support('rankz-admin-login', '#e50040', 'dist/images/login-logo.png', 'https://example.com');
add_theme_support('rankz-google-analytics', 'UA-XXXXX-Y');

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

The Versions

16/01 2018

dev-master

9999999-dev https://github.com/helloensoul/rankz

A WordPress plugin which contains a bunch of customizations for Sage WordPress theme.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress

16/01 2018

3.0.0

3.0.0.0 https://github.com/helloensoul/rankz

A WordPress plugin which contains a bunch of customizations for Sage WordPress theme.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress

09/01 2018

dev-rankz-2

dev-rankz-2 https://github.com/helloensoul/rankz

A WordPress plugin which contains a bunch of customizations for Sage WordPress theme.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress

09/01 2018

2.1.0

2.1.0.0 https://github.com/helloensoul/rankz

A WordPress plugin which contains a bunch of customizations for Sage WordPress theme.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress

07/11 2016

2.0.0

2.0.0.0 https://github.com/itsensoul/rankz

A WordPress plugin which contains a bunch of customizations for Sage WordPress theme.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress

30/03 2016

1.2.3

1.2.3.0 https://github.com/itsensoul/rankz

A WordPress plugin which contains a bunch of customizations for Sage WordPress theme.

  Sources   Download

MIT

The Requires

 

wordpress

22/02 2016

1.2.2

1.2.2.0 https://github.com/itsensoul/rankz

A WordPress plugin which contains a bunch of customizations for Sage WordPress theme.

  Sources   Download

MIT

The Requires

 

wordpress

15/01 2016

1.2.1

1.2.1.0 https://github.com/itsensoul/rankz

A WordPress plugin which contains a bunch of customizations for Sage WordPress theme.

  Sources   Download

MIT

The Requires

 

wordpress

18/12 2015

1.2.0

1.2.0.0 https://github.com/itsensoul/rankz

A WordPress plugin which contains a bunch of customizations for Shaba WordPress theme.

  Sources   Download

MIT

The Requires

 

wordpress

21/09 2015

1.1.0

1.1.0.0 https://github.com/itsensoul/rankz

A WordPress plugin which contains a bunch of customizations for Shaba WordPress theme.

  Sources   Download

MIT

The Requires

 

wordpress

11/09 2015

1.0.0

1.0.0.0 https://github.com/itsensoul/rankz

A WordPress plugin which contains a bunch of customizations for Shaba WordPress theme.

  Sources   Download

MIT

The Requires

 

wordpress