Hi
I currently have a problem, I want my related post to only show if there's some related post.
so at first i do
if(related_posts_exist()) {
//code here
related_posts();
//more code
inside both functions I did a echo to show the results at the end.
---YARPP Related Exist Result 3---
----YARPP Related Result No related posts. ---
Is there a difference between the two in the way they handle the queries?