WordPress Related Posts Plugin

Posted on by Denis

WordPress Related Posts Plugin generates related posts via the WordPress tags. It then adds the related posts to a feed which can, among things, be displayed at the bottom of all your posts. It will help keep people on your site for longer, and get more of your content viewed.

Installation and Usage:

  1. Upload the WPRP folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php wp_related_posts(); ?> in your templates
  4. Navigate to Manage Panel > Setting > WordPress Related Posts to configure plugin output.

Download: WordPress Related Posts

Please donate via payapl to support the plugin’s development. spacer

spacer

Related Posts

  • WP-Piwik
  • WordPress Plugin: Limit Login Attempts
  • WordPress + iPhone: Essential Themes, Plugins and Apps
  • Instagram and WordPress Plugins
  • Onswipe: creates iPad-friendly WordPress sites
  • Evernote and WordPress Plugins

This entry was posted in WordPress Plugins and tagged Related Posts, WordPress Plugin by Denis. Bookmark the permalink.

73 thoughts on “WordPress Related Posts Plugin

  1. spacer Young on said:

    I think it is better than All in One SEO.

    Reply
    • spacer IndexZ on said:

      They are types

      Reply
  2. spacer Stephen on said:

    that’s a great plugin, it can show the related posts in your page, and activate the reader to read more….

    Reply
  3. spacer footprinter on said:

    Thanks for share, back after taste.

    Reply
  4. spacer Andrew on said:

    Place in your templates

    exactly how this is done?

    Reply
    • spacer Denis on said:

      edit single.php,
      find the_content(); function,
      paste <?php wp_related_posts(); ?> after it.

      Reply
      • spacer drt on said:

        I finally found the the_content(); function and paste after it but then I got:

        Fatal error: Call to undefined function wp_related_posts() in /homepages/../single.php on line 11

        How to correct this error?

        Thanks.

        Reply
        • spacer drt on said:

          OK, I found the error source. Actually I have other Related Post plugin and that was the one that I activated and causing the error. spacer But still can’t make it work. What I got is ‘No related posts’.

          Reply
  5. spacer Sorin on said:

    Hello,
    For me don t work, is showing only the title with link, no image spacer

    Reply
  6. spacer Debbie on said:

    Hi,
    I am having trouble getting the image to show. How do I create a custom field to associate my thumbnails?

    Thanks so much,

    debbie

    Reply
    • spacer Denis on said:

      the image function only for the advanced use which have set thumbnail image for every post!

      Reply
  7. spacer Matthew on said:

    I’m having trouble on one of my sites with the plug-in showing only a line of text(the titles of related posts) in the RSS feed and not the list of related links. The only difference in the site from another that does work is that I have removed the php content command from the single post template.
    Any suggestions?

    Reply
  8. spacer Matthew on said:

    I figured it out. The content value cannot be null (“”) as long as there is some value, I used a space then the plugin works fin with the RSS feed.

    Reply
    • spacer Denis on said:

      sorry, I can’t follow you… can you contact me via MSN denishua#hotmail.com

      Reply
  9. spacer kel on said:

    Newbie question, but how can I change the font color of the hyperlinks.

    I am using related posts without thumbnails.

    Thank you

    Reply
  10. spacer Omar on said:

    I have 10 related posts display, but want to split it up in 2 columns, 5 posts left, and 5 right, does anyone know how to accomplish this please?

    Reply
  11. spacer BestForWoman on said:

    Great plugin! Thanks!
    But I have a problem. Why Random Posts are shown twice under my post? I guess I have no related posts at the moment, is that the reason??

    Reply
  12. spacer BestForWoman on said:

    ok, I found out that I should not checkmark
    - Auto Insert Related Posts? in the plugin settings.
    Now it shows as needed, I also added related tags to have Related Posts underneath.
    But another problem occured! There are no Random Posts now under the Related Posts??

    Reply
  13. spacer SaSh on said:

    Great plugin!! Thanks a lot for developing it.
    Could you please tell me how to change the font color of the “Related Posts Title” and the hyperlinks?

    Thanks!

    SaSh

    Reply
  14. spacer Asia Girl on said:

    Great plugin! Thanks!

    Reply
  15. spacer wordpresswell.com on said:

    is there a way of customizing this plugin? In the settings for the plugin you can exclude categories, but I want to embed this plugin in different places with each version excluding different categories, can i do this with a parameter passed into wp_related_posts ?

    I’d also like more info around the thumbnail, I am using p75 simple thumbnail plugin, is it possible to use these are thumbnails for related posts?

    Thank you! Great plugin!

    Reply
  16. spacer pepe on said:

    how can i do it with categories instead tags?

    Reply
  17. spacer Kex on said:

    simple but powerfull plugin! i’ll tried this plugin adapt to page which have subpages, but it’s hard for me to do spacer maybe you can help?

    Reply
  18. spacer Greg on said:

    I just want to share this piece of css so you can have a nice related post layout with thumbnails. Hope it helps! and thanks for this great plugin!

    Paste it on your style.css

    .related_post a:link {border:none; color:#666666;}
    .related_post {clear:both; text-align:left; margin:10px 0px 0px 0px; padding:0;}
    .related_post li{px; float:left; display:inline; margin-top:5px; margin-right:13px; margin-left:10px; padding:5;}
    .related_post img{px; px;clear:both; padding:5px; background:#F7F7F7; border:1px solid #DDD;}
    .related_post img:hover {border: 1px solid #000;padding:5px;}
    .related_post a{clear:both; display:block; border:none; text-decoration:none;}
    .related_post li{px;}
    .related_post li a:hover {color: #000;}

    Reply
    • spacer Davis on said:

      Thanks Greg
      I was trying to do this myself but was quite unsuccessful – your tip works perfectly

      Reply
    • spacer Joey on said:

      i want to change the font style to match my post title, i tried:

      font-family:’palatino linotype’,palatino,’times new roman’,times,serif;

      and this just not change. i change the color and size of the font,
      so i know im the correct area of the style sheet.

      any ideas?

      Reply
  19. spacer RoaldB on said:

    Does anybody know how to set a default image incase there is no thumbnail? For instance when there is only a video in the post?

    Reply
    • spacer pixys on said:

      Maybe using a jpeg image as a preview of your embedded video ?

      Reply
  20. spacer pixys on said:

    Great plug-in ! A little bit tricky to figure out for non-code guys spacer
    But when there is no related posts, It could be nice to display nothing – even the Related Post area – instead of a message “There is is no RP” or most commented/most popular posts.
    I try to do that with CSS property “display: none;” because I’m unable to get into PhP without damage…
    Does anyone knows the trick ?

    Reply
  21. spacer shoaib on said:

    thnx a lot for this plugin,m goin to use this in my nu theme

    Reply
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.