X Theme Search Result Repeating the same page over and over

Theme Search Result Repeating the same page over and over. On my site www.mdcreekmore.com when using the search feature the results page delivers the exact same post/result repeatedly… How to fix this issue?

Hello Mickey,

Thanks for writing in!

The Cornerstone Search feature was recently added to make Cornerstone V2 elements content available for WordPress search. But since it currently has a problem outputting the search results, you can temporarily disable it by adding this code in the child theme’s functions.php.

add_filter('cornerstone_enable_search', '__return_false');

That line or temporary solutions in general should be removed when an official fix is included in one of our releases. You can check the official solutions in our Changelog: https://theme.co/changelog

Hope that helps and we’re sorry for the inconvenience.

Where do I add it in the functions.php? It looks like this has been an issue for some time now. You all need to fix it.

Hello Mickey,

Please go to Appearance > Theme Editor and find the functions.php file. At the very bottom of the functions.php, you can add that line.

By the way, an update release is underway. We are now beta testing the release. It shall be released anytime soon.

Please bear with us.

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