Forums

Yet Another Related Posts Plugin
Conflict with 'Live Blogging' Plugin (1 post)

  1. row321
    Member
    Posted 10 months ago #

    After installing and configuring the 'Live Blogging' plugin (http://wordpress.org/extend/plugins/live-blogging/) YARPP causes the related posts to appear after each live post.

    Live Blogging plugin FAQ says that the workaround is as follows:

    In 'Advanced Settings' at the bottom is a list of actions which are unhooked from the the_content display filter, so they do not show up

    So, after going through YARPP files I found the following hooks:

    // 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);

    and added yarpp_default to be unhooked however, this did not do the trick. YARPP still shows related posts after each live entry.

    Is there any workaround to make both plugins work well together?

    Thanks.

Reply

You must log in to post.

About this Plugin

About this Topic