Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › [WPML] something wrong in EN page of my site › Reply To: [WPML] something wrong in EN page of my site
August 5, 2015 at 6:21 pm
#5530
Keymaster
Thank you for the details!
I think I did it! I added an extra line of code to the Related Posts Pro plugin, and now it does not show there.
I did the following modification for my future reference:
file: includes/hooks.php +line 217
code: [php](!is_single() && !is_home() && !is_archive() && $options[‘show_under_content’] == 1)[/php]