# [Wordpress Flexible Widget Title ](https://github.com/hyyan/flexible-widget-title/)

[![project status](http://stillmaintained.com/hyyan/flexible-widget-title.png)](http://stillmaintained.com/hyyan/flexible-widget-title)
[![Latest Stable Version](https://poser.pugx.org/hyyan/flexible-widget-title/v/stable.svg)](https://packagist.org/packages/hyyan/flexible-widget-title)
[![Total Downloads](https://poser.pugx.org/hyyan/flexible-widget-title/downloads.svg)](https://packagist.org/packages/hyyan/flexible-widget-title)
[![License](https://poser.pugx.org/hyyan/flexible-widget-title/license.svg)](https://packagist.org/packages/hyyan/flexible-widget-title)

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

![ScreenShot](https://raw.github.com/hyyan/flexible-widget-title/master/screenshot-1.png)

## 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](https://github.com/necolas/issue-guidelines))
* Suggesting new features
* Writing or refactoring code
* Fixing [issues](https://github.com/hyyan/flexible-widget-title/issues)

