hyyan / sidebar-highlight
Small Wordpress plugin to hightlight all sidebars when wordpress customize mode is enabled
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.3.2
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2020-01-20 04:01:46 UTC
README
Small Wordpress plugin to hightlight all sidebars when wordpress customize mode is enabled
How to install
Classical way
- Download the plugin as zip archive and then upload it to your wordpress plugins folder and extract it there.
- Activate the plugin from your admin panel
Composer way
- run composer command :
composer require hyyan/sidebar-highlight
How to use
Just go to customize page and the plugin will be active by default , you can also disable it from customize page to go back to real preview.
Contributing
Everyone is welcome to help contribute and improve this plugin. There are several ways you can contribute:
- Reporting issues (please read issue guidelines)
- Suggesting new features
- Writing or refactoring code
- Fixing issues