This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: conflict with related posts pro

#11153
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

I might have found the source of the issue, I’m not sure, because I cannot make modifications via FTP. To try my theory, please change the following:

1. Open the wp-content\plugins\related-posts-pro\includes\related_content.class.php file and navigate to line 1492, which should be this:

[code]add_shortcode(‘wpdreams_ajaxsearchpro’, array($this, ‘return_empty_string’));[/code]

2. Remove that line, or comment it like this:

[code]//add_shortcode(‘wpdreams_ajaxsearchpro’, array($this, ‘return_empty_string’));[/code]

3. Save the file, and go to the back-end and save the Related Posts Pro options as well.

Let me know if it helps, so I can investigate it further on my test environments.