Support » Plugins » [Plugin: Yet Another Related Posts Plugin] Different results from different functions. And Duplicate

  • I’m currently using this code to show the related post if there’s any.

    if(related_posts_exist()) {
     //code here
     related_posts();
     //more code
    }

    My problem is related_posts_exist() returns me 3 and related_posts() returns 0 results.

    Also, i’m having some problems with some duplicate entries. showing up in the related post.
    http://4colorrebellion.com/4cr_v4/2010/01/26/wave-race-64/

    Any help?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Yet Another Related Posts Plugin] Different results from different functions. And Duplicate’ is closed to new replies.