Last Update: 27 November 2006
Plugin Name: Easy Announcement
Version: 1.1
Plugin URI: http://www.cypherhackz.net/plugins-themes/easy-announcement/
Description: An easy way to display announcement on your site without have to edit your theme file.
Author: Fauzi Mohd Darus
Author URI: http://www.cypherhackz.net
Download: cypher_easy-announcement.zip
How to Install
- Download the plugin file.
- Extract file cypher_easy-announcement.zip.
- Upload easy_announcement folder into your WordPress plugin folder.
- CHMOD easy_announcement folder to 755 and announce.txt file to 666.
- Activate the plugin in your Plugins admin panel.
- Put this function < ?php easy_announcement(); ?> in your theme file. Eg: index.php
- Done!
How to Upgrade
- Download the plugin file.
- Extract file cypher_easy-announcement.zip.
- Upload easy_announcement.php to easy_announcement folder to replace the previous version plugin.
- Done!
How to Update the Announcement
- In your Admin Panel, go to Plugins.
- Scroll down to Easy Announcement plugin.
- Under Description there is a hyperlink text “HEREâ€.
- Click on it and update your annoucement.
Version History
-
1.1
– Add Edit Announcement link in the announcement
– Now can use newline instead of using
– Bugs fixed - 1.0
– Initial Release