• This plugin has a conflict with Insert Post Ads plugin. When Insert Post Ads is activated, Inline Related Posts only shows 1 link at the bottom of the post.
    Please fix it
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor intellywp

    (@intellywp)

    Hi @masoud180,
    Thanks for choosing IntellyWP products.

    We installed and activated successfully both plugins (Insert Post Ads and our Inline Related Posts), anyway these plugins uses the same code to load a custom content inside the WordPress articles

    Could you please edit the following file

    /wp-content/plugins/intelly-related-posts-pro/includes/core.php

    and replace

    add_filter(‘the_content’, ‘irp_the_content’);

    with

    add_filter(‘the_content’, ‘irp_the_content’, 99999);

    Let me know if you have any additional questions and will be a pleasure to help you.

    Cheers

    IntellyWP

    Thread Starter masoud180

    (@masoud180)

    Hi
    This line was already there
    add_filter(‘the_content’, ‘irp_the_content’, 99999);

    And this line was comment
    add_filter(‘wp_head’, ‘irp_the_content’);

    Is there any other way to fix it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘conflict with Insert Post Ads plugin’ is closed to new replies.