Reply To: Remove from blog main page

#8901
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi Zoltan,

Thank you fro the login detail, it made my work much easier.

I had to make a direct modification to one of the plugin files as the default method was not able to determine if the homepage was displayed or not.

For future reference the modification was in file wp-content\plugins\related-posts-pro\includes\hooks.php line 261 from this:

(is_home() && $options['show_on_home'] == 0) ||

to this:

(is_front_page() && $options['show_on_home'] == 0) ||

It should be working correctly now.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)