=== Custom Fields Notifications === Contributors: alimir Author: Ali Mirzaei Tags: wordpress custom fields,notifications,custom fields message,wordpress notifications box Requires at least: 3.1 Tested up to: 3.8.1 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A tiny plugin which allows to use wordpress custom fileds in notification boxes. == Description == A tiny plugin which allows to use wordpress custom fileds in notification boxes. = How To Use This Plugin?!? = 1. Use post custom fields with `information`,`success`,`warning`,`failure`,`lightbulb` and `messages` names + sample value. 2. put the following code in while loop: (for example: put it after the `the_content` function in `single.php`) `` = Follow Me... = * In my website : Ali Mirzaei
* In facebook : Wordpress & Programming World == Installation == 1. Upload plugin folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the `Plugins` menu in WordPress. 3. Use wordpress custom fields with `information`,`success`,`warning`,`failure`,`lightbulb` and `messages` names + sample value. 3. put `alimir_custom_notifications_position()` function in your theme. == Screenshots == 1. Notifications Styles 2. Wordpress Custom Fields == Changelog == = 1.0.0 = * The initial version == Upgrade Notice == = 1.0.0 = The initial version