Tag Archive - search

How To Add Suggesstive Search to WordPress Search Box

Easily add suggest Search To Your WordPress Blog or Website!

We are all familiar with suggest and corrective search with Google. Why not offer your visitors that same experience on your WordPress website or blog and in turn yield a higher conversion rate on your site?

Suggest Search for WordPress

Find What You're Looking For!

Thanks to Joost deValk over at Yoast, we now have a very easy method for enabling the search functionality that we all long for. Joost wrote this plugin leveraging Yahoo’s API for suggesstive search. This is also great for those that are searching on your site for something and misspell something.

In order to add this funcitonality, you can simply download the plugin or install it from within the WordPress dashboard. Once you have instaleld and activated the plugin, you will then need to add two lines of code to your “search.php” file. The easiest way is to use the “editor” from your WordPress dashboard. It can be found under the “appearance” section of your admin options.

I always recommend making a backup of any files before editing them. Once you are in the editor open up your search.php file, and below the “no posts found” message, add this:

Continue Reading…