Duplicate Search Results Fix Not Working

Posts are duplicating results on search page. I tried putting the temporary fix below in my child theme’s functions.php file and it’s not working.

add_filter(‘cornerstone_enable_search’, ‘__return_false’);

Any other workarounds for this problem?

Hi @tunedotcom,

Thank you for reaching out to us. Duplicate search results issue has been addressed in the latest version of theme, please update X and Cornerstone to the latest version. You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site.

If you find anything to be out of date, you can review our update guide.

After doing the updates, always remember to clear all caches (if you are using WP Rocket, WP SuperCache or W3 Total Cache) when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.