=== Plugin Name === Contributors: (this should be a list of wordpress.org userid's) Donate link: http://www.mapo-dev.com Tags: comments, spam Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Shortcodes for info and advice boxes. == Description == Small collection of shortcodes for displaying advice boxes. == Installation == Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == Following shortcodes can be used: [advice_box type="positive"]YOUR TEXT[/advice_box] - calls a green advice box [advice_box type="negative"]YOUR TEXT[/advice_box] - calls a red advice box [advice_box]YOUR TEXT[/advice_box] - calls a grey advice box == Changelog == = 1.0 = * Release == A brief Markdown Example == # Advice Box Advice Box is a simple box for wrapping text as a positive, neutral or negative advice. ## Examples Following examples show you how you can use shortcodes to display your desired advices. ### Positive Box Following box can be called with the shortcode: `[advice_box type="positive"]YOUR TEXT[/advice_box]` ![alt text](http://abload.de/img/screenshot2015-12-161hpb48.png "Positive Advice Box") ### Negative Box The negative advice box can be called with: `[advice_box type="negative"]YOUR TEXT[/advice_box]` ![alt text](http://abload.de/img/screenshot2015-12-16184qmf.png "Negative Advice Box") ### Info Box The neutral info box can be called with: `[advice_box]YOUR TEXT[/advice_box]` ![alt text](http://abload.de/img/screenshot2015-12-161v1leo.png "Negative Advice Box") ## Suggestions and Ideas You are welcome to suggest and help me out to improve this plugin. Add a ticket into the Issue System and I will take a look at it. This is a Wordpress Plugin by [Marcin Poholski](https://www.mapo-dev.com)