hyyan/flexible-widget-title

This package is abandoned and no longer maintained. No replacement package was suggested.

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

2.0 2015-03-09 13:41 UTC

This package is not auto-updated.

Last update: 2020-01-20 04:08:59 UTC


README

project status Latest Stable Version Total Downloads License

The plugin will enable you to hide the widgets title in the front end while they still visible in the backend.

ScreenShot

How to install

Classical way

  1. Download the plugin as zip archive and then upload it to your wordpress plugins folder and extract it there.
  2. Activate the plugin from your admin panel

Composer way

  1. 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