Customise Excerpt start and end

The Search Everything plugin supports “Search Highlighting” in the results page which should produce the results you are looking for. We have no way of knowing how customized the search results page is in your specific project though. You may find that you are fighting an up hill battle until you (or someone on your … Read more

meta_query issue with multiple numerics

Untested and semi-pseudo code obviously. The idea is that a meta query is already an array of arrays, each field in your form is another nested array. If a value exists we push it onto the array. <?php $_location = $_GET[‘location’] != ” ? $_GET[‘location’] : ”; $_status = $_GET[‘status’] != ” ? $_GET[‘status’] : … Read more

Empty search results return soft 404

Use a web service such as W3C Link Checker to find out the broken links and fix it. Also based on what you described, if it a self-developed theme and caused due to search, make sure you will have a content template that handle the none content situation. You can check your theme’s search.php and … Read more