Wednesday, October 16, 2013

Download WP update notifier

WP update notifier

WP update notifier dowload

The update notifier is a simple wordpress plugin to display notifications to your user when you update something or when you wish to make an announcement. The plugin is simple yet effective and extremely usefull. This plugin: Is easy to install & configure Has 8 Different colors available Allows easy archiving Is cross browser compatible How to display the update box To display the update box all that is required is the following code: if( function_exists('showLastNotification') ){ showLastNotification(); } How to display the updates archive 3 different ways will be provided to display the updates archive Activating the included widget

The update notifier is a simple wordpress plugin to display notifications to your user when you update something or when you wish to make an announcement. The plugin is simple yet effective and extremely usefull.

This plugin:

  • Is easy to install & configure
  • Has 8 Different colors available
  • Allows easy archiving
  • Is cross browser compatible

How to display the update box

To display the update box all that is required is the following code:

if( function_exists('showLastNotification') ){ showLastNotification(); }

How to display the updates archive

3 different ways will be provided to display the updates archive

  1. Activating the included widget.

  2. Copy the following function anywhere in your theme

    if( function_exists('showLastNotifications') ){ showLastNotifications(12); } 
  3. Create a new page and add the following barcode as content:

    [wp_notifier_archive]

WP update notifier dowload

No comments:

Post a Comment