By using YARPP on bbpress, I get on my single-forum page site/forums/forum/NAMEOFFORUM always displayed "No related posts."
I want to deactivate YARPP on bbpress. Can someone maybe help me?
PS: remove_action( 'init', 'yarpp_init' ); in the single-forum.php doesn't work.
http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/
If you want to remove YARPP, just disable and remove the plugin.
sorry, I mean I want only deativate the plugin in the bbpress pages of the site. In the normal pages and articles I will use your greate plugin.
I don't know much about bbPress, but you will basically want to turn off YARPP's "automatic display" option and then call related_posts() directly in your template when appropriate. If you add it to only your post template but not to your forum template, that should work.
is there a filter function for related posts, on using that, it filters the action (related posts) only on specific pages?
Because I want to use the automatic display option.
Thanks,
Ninos
No. That is what the manual code is for.
okay, thank you for the information mitcho :)