hyyan / flexible-widget-title
The plugin will enable you to hide widgets title in the front end while they still visible in the backend.
Installs: 71
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
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:08:59 UTC
README
The plugin will enable you to hide the widgets title in the front end while they still visible in the backend.
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/flexible-widget-title
How to use
If you want to hide the widget tilte in the front end just surround the title "[]" .
For instance :
[My widget title]
You don't Like Syntax
If you don't like the []
syntax , it is OK , you can change this in the plugin
settings to become for example just !
.
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