I figured out the issue for me. Within my main loop for the page I had a get_posts call to display a list of recent posts–the last entry in that list was the post that the YARPP widget was responding to, so every page with that list had the same YARPP results.
I placed <?php wp_reset_query(); ?> at the end of my get_posts list and now YARPP pulls related posts correctly.
You are my hero, that worked. I place <?php wp_reset_query(); ?> directly after endforeach in the get_posts and now the date at the bottom of the page is pulling from the page’s post–thanks!
I’m getting the same issue, with the widget all posts display the same related posts. With the automatic display, the related results are unique to each post.
http://www.jadedgamefans.com/ninja250blog/motomalism/sur-to-malibu-part-i/
I tried luckykaa’s fix but it didn’t change anything.
Thanks for the plugin Mitcho, appreciate any update you can give.