Hi @basiemartins
Thanks for choosing IntellyWP products.
Could you please send us the list of all plugins installed on your website?
Thank you
IntellyWP
Hi there, please find the list below:
Advanced Editor Tools (previously TinyMCE Advanced) Version 5.5.1 by Automattic | Auto-updates disabled
Asset CleanUp: Page Speed Booster Version 1.3.7.1 by Gabriel Livan | Auto-updates disabled
BunnyCDN Version 1.0.7 by BunnyCDN | Auto-updates disabled
Classic Editor Version 1.6 by WordPress Contributors | Auto-updates disabled
Customer Reviews for WooCommerce Version 3.132 by Customer Reviews | Auto-updates disabled
Direct checkout, WooCommerce Single page checkout , WooCommerce One page checkout – PRO Version 1.3.4.1 by PI Websolution | Auto-updates disabled
Easy Cookie Law Version 3.1 by antsanchez | Auto-updates disabled
Fast Velocity Minify Version 2.8.9 by Raul Peixoto | Auto-updates disabled
GP Premium Version 1.12.2 by Tom Usborne | Auto-updates disabled
Inline Related Posts Version 2.2.7 by IntellyWP | Auto-updates disabled
PayPal Donations Version 1.9.6 by Tips and Tricks HQ, Johan Steen | Auto-updates disabled
Re-add text underline and justify Version 0.3 by Brice Capobianco | Auto-updates disabled
Republish Old Posts Version 1.20 by Marios Alexandrou | Auto-updates disabled
SG Optimizer Version 5.7.2 by SiteGround | Auto-updates disabled
Shield Security Version 10.0.3 by Shield Security | Auto-updates enabled
The SEO Framework Version 4.1.1 by The SEO Framework Team | Auto-updates disabled
Use Any Font Version 5.11.5 by Dnesscarkey | Auto-updates disabled
WooCommerce Version 4.6.1 by Automattic | Auto-updates disabled
WooCommerce 2Checkout Payment Gateway Version Basic Version 6.1 by N-Media | Auto-updates disabled
WooCommerce Cart Abandonment Recovery Version 1.2.8 by CartFlows Inc | Auto-updates disabled
WordPress Related Posts Thumbnails Version 1.8.3 by WPBrigade | Auto-updates disabled
WP-Sweep Version 1.1.3 by Lester ‘GaMerZ’ Chan | Auto-updates disabled
WP Add Mime Types Version 2.5.5 by Kimiya Kitani | Auto-updates disabled
WPForms Lite Version 1.6.3.1 by WPForms | Auto-updates disabled
WP User Avatar Version 2.2.7 by ProfilePress | Auto-updates disabled
Could you please try to edit the following file:
/wp-content/plugins/intelly-related-posts/includes/core.php
and replace
add_filter(‘the_content’, ‘irp_the_content’, 99999);
with
add_filter(‘the_content’, ‘irp_the_content’);
Please let me know
Thank you
IntellyWP
Hi there, thank you for your support. It is much appreciated. The code did not work. It gave an error:
Warning: use of undefined constant ‘the_content’ – assumed “the content” (this will throw an error in a future version of PHP) in home/examplewebsite/public-html/wp-content/plugins/intelly-related-posts/includes/core.php) on line 225
Please check if you’ve removed accidentally the quotes around the_content WP filter
must be
add_filter(‘the_content’, ‘irp_the_content’);
and not
add_filter(the_content, ‘irp_the_content’);
OK I have inserted the code correctly this time. No errors but unfortunately I still see no links in the content area of all posts.
Hello
i’m sorry for the delay
Unfortunately i’m not able to reproduce this issue
Could you please send your request on our Support Portal here?
https://data443.atlassian.net/servicedesk/customer/portal/17
Thank you
IntellyWP
Perfect
Have a nice day 😉
IntellyWP