I am releasing my first (and definitely not last) WordPress plugin called SEO Tip of the Day. The plugin is designed to show a different tip everyday within your sidebar. And best of all, you can change what it says and add up to 31 different tips within your Options page.
The plugin is also compatible with the newest WordPress, so you can easily add it to your sidebar through the widgets panel.
Preview:

Download: .rar | .zip
If you enjoyed this post, please consider subscribing to my full feed RSS.
Written: Dec 13, 2007Tags: plugin, seo, widget, wordpress, wordpress plugin, wordpress plugins, wp
Related Articles:
No related posts








Great plug-in but i am using blogger
Hi,
i found an error in your plugin.
function seotips() {
….
stripslashes($seotips_code);
….
better would be
function seotips() {
….
$seotips_code=stripslashes($seotips_code);
….
Thanks for your plugin.
Thanks, it is updated now.