All of you have already tried or at least heard of the great new feature of Google, the “Instant Search”. Since this really is a great feature, I decided to program such a plugin for the WordPress community. But despite the enormous extensibility of WordPress this wasn’t an easy task. Unfortunately, for a layman, who previously had no contact with themes, it is probably difficult to get the plugin to work, as he has to go a little deeper into the source code at least twice.
First of all, the original “search loop” must be copied into a file named wp-instant-search-template.php
. This file must then be copied into your theme directory. The “search loop” can usually be found in a file called search.php
in your theme directory. It might for example look like this (from the old “default” theme):