When using the Yet Another Related Posts Plugin (YARPP) the live blogging causes related posts to show up under every single live entry. Is there any way to get the two to play along nicely?
When using the Yet Another Related Posts Plugin (YARPP) the live blogging causes related posts to show up under every single live entry. Is there any way to get the two to play along nicely?
The last part of the FAQ should solve this problem: http://wordpress.org/extend/plugins/live-blogging/faq/
Added yarpp_default to the hooks to be removed, but still doesn't seem to remove the related posts.
I went through the entire YARPP plugin code in the editor and that is the only hook called with "the_content".
These are the only 3 links with hooks that call in the post:
// automatic display hooks:
add_filter('the_content','yarpp_default',1200);
add_filter('the_content_rss','yarpp_rss',600);
add_filter('the_excerpt_rss','yarpp_rss_excerpt',600);
so just adding yarpp_default should have worked right?
I added all 3, but nothing works
This topic has been closed to new replies.