Wordtracker Keyword  Research

Related Entries WordPress Plugin

December 29th, 2006 · 4 Comments

I’ve just installed the Related Entries WP plugin to Twenty Steps and I can’t understand why I hadn’t done it before. Clearly I’m mad in the head.

The plugin creates a list of similar entries based on keyword matching at the bottom of every one of your posts to encourage readers to continue reading your site. Brilliant!

Thanks to the guys at Wasabi for such a great plugin.

Tech Tags : , , ,


Related Articles
  • WordPress Video Plugins
  • WordPress Plugins
  • WordPress 2.1 Released
  • WordPress AdSense Plugins
  • Useful Links #3
  • Tags: WordPress

    4 responses so far ↓

    • Sucharith // Jan 5, 2007 at 10:21 am

      Hi,

      Can you please mail me the settings youve used for this plugin. I have activated this, but unable to c them.

      I am a newbie to wordpress and hence this question. Help me if possible…

    • Mike // Jan 5, 2007 at 12:02 pm

      Hi Sucharith,

      Rather than mail you the settings, I’ll explain how to do it here in case anyone else has the same problem.

      Upload the related-posts.php to your /wp-content/plugins/ directory and then activate it via your Dashboard.

      You need to create an entry in your database tables before it runs. You can do this by navigating to the Plugins section of your Dashboard and clicking on the Related Posts Options. There is a button there to click which will automate the process.

      Once your tables have been created successfully, you need to decide where you want the related posts to appear.

      In the case of this site, I opened single.php and inserted the line of code immediately after the content had finished so the page now looks like this:

      < ?php the_content('< p >Read the rest of this entry »< /p >‘); ? >
      < strong >Related Articles< /strong >< br/ >< ?php related_posts(); ? > 
          < ?php link_pages('< p >< strong >Pages:< /strong > ‘, ‘< /p >‘, ‘number’); ? >

      I had to add whitespace in the code above for it to display in the comments section so if you’re planning on cutting and pasting, remember to remove the spaces at the beginning and end of the tags. More information on how to use the plugin can be found in the plugin directory in the readme-first.txt

      Good luck!

      Mike

    • SEO Reloaded // Jan 19, 2007 at 6:03 am

      I’ve seen the plugin being used at a number of websites and am going to try it out myself :)

      Very useful post above, especially the download links. The one I was trying on the other site www.w-a-s-a-b-i.com was giving an Internal error.

    • Mike // Jan 19, 2007 at 10:00 am

      Yeah it took some hunting around to find a live page for the plugin but it was well worth it.

    Trackbacks



    Leave a Comment