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
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?