updated   : May 15, 2012
we now have 588 snippets
category search
By : , on May 14, 2012 9:00 am

Highlight keywords in search results within the_excerpt and the_title

wordpress snippet

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 more
By : , on February 24, 2012 12:30 pm

Add search form to specific wp_nav_menu

wordpress snippet

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 more
By : , on October 04, 2011 9:00 am

Include password protected posts in search results

wordpress snippet

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 more
By : , on October 01, 2011 9:00 am

Show search query in search box and query in results page

wordpress snippet

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 more
By : , on July 31, 2011 9:00 am

Limit search to post titles only

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will limit search to post titles only.

read more
By : , on July 22, 2011 9:00 am

Rewrite the search results slug to /search/term

wordpress snippet

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 more
By : , on July 02, 2011 9:00 am

Add select menu to filter by custom field in admin

wordpress snippet

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 more
By : , on July 01, 2011 9:00 am

Redirect to post when search query returns single result

wordpress snippet

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