Highlight keywords in search results within the_excerpt and the_title
I whipped up this little snippet that you can add to the functions.php of your wordpress theme to highlight keywords in search results for the_excerpt and the_title. A few highlight search results snippets floating around including a great one by Michael Martin. However they require you edit template files so this is my take on Michaels Idea.
read moreAdd search form to specific wp_nav_menu
Adding this snippet to the functions.php of your wordpress theme will add the search form to your wordpress wp_nav_menu. Don’t forget to update the MENU-NAME to specify the menu you wish to display within, just in case you have multiple menus.
read moreInclude password protected posts in search results
Adding this snippet to the functions.php of your wordpress theme will allow protected posts to show up in search results even when a user is not logged in.
read morethis months featured snippets
Show search query in search box and query in results page
Adding these snippets to your search template will display the search query on the results page and the search query within the search box on the results page.
read moreLimit search to post titles only
Adding this snippet to the functions.php of your wordpress theme will limit search to post titles only.
read moreRewrite the search results slug to /search/term
Adding this snippet to the functions.php of your wordpress theme will rewrite the search results URL to /search/ that will give you a results URL like http://wpsnipp.com/search/searchterm
read moreAdd select menu to filter by custom field in admin
Adding this snippet to the functions.php of your wordpress theme will add a select menu with a list of all custom fields, just select the field you want to filter by and click the filter button.
read moreRedirect to post when search query returns single result
Adding this snippet to the functions.php of your wordpress theme will redirect your search to the post automatically when wordpress only returns a single search result.
read more













