Nerd tech, entertainment, and web development blog

WP Plugin: SEO Tip of the Day

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:
SEO Tips plugin
Download: .rar | .zip

Written: Dec 13, 2007


Related posts »

5 Responses to "WP Plugin: SEO Tip of the Day"

  • Maher Saleh
    December 14, 2007 @ 10:21 am


    Great plug-in but i am using blogger

  • nullbyte
    February 28, 2008 @ 3:48 pm


    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.

    • Gary R. Hess
      February 28, 2008 @ 6:11 pm


      Thanks, it is updated now.

  • Wes
    August 7, 2008 @ 11:16 am


    Any chance you have an update for WordPress 2.6?

    • Gary R. Hess
      August 7, 2008 @ 12:55 pm


      There isn’t yet an update, but the plugin does work for WordPress 2.6

      Please see the readme file for installation.