Forums

Live Blogging
[resolved] Conflicts with YARPP Plugin (3 posts)

  1. dragonblogger
    Member
    Posted 1 year ago #

    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?

  2. chrisnorthwood
    Member
    Plugin Author

    Posted 1 year ago #

    The last part of the FAQ should solve this problem: http://wordpress.org/extend/plugins/live-blogging/faq/

  3. dragonblogger
    Member
    Posted 1 year ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic