Hi Mitcho,
My theme has related posts functionality based on tags. But I want to use YARPP results as they are more relevant. Is there anyway I can just return result set of YARPP to my theme file variable.
e.g.
In my theme file related-posts.php,
$my_variable = related_posts();
Will this push results of yarpp into $my_variable?
If not, how can I achieve this?
-Divyang