WP Instant is deprecated and will be removed from the plugin directory on October 9, 2023, 12 years after its first release. You can find my other plugins on my WordPress profile page.
Integrates a Google Instant Search to your blog. The wp-instant plugin uses the Ajax.Updater function of
script.aculo.us and the Form.Element.DelayedObserver class. A jQuery implementation will be following soon.
A list of all of my plugins can be found on the
WordPress Plugin page on my blog
kau-boys.de.
Installation through WordPress admin pages:
- Go to the admin page
Plugins -> Add New
- Search for
wp-instant
- Choose the action
install
- Click on
Install now
- Activate the plugin after install has finished (with the link or trough the plugin page)
- You might have to edit the settings, especially the "Content tag ID" value
- Create a wp-instant-search-template.php file including the part of the "search loop" within the "Content ID tag"
Installation using WordPress admin pages:
- Download the plugin zip file
- Go to the admin page
Plugins -> Add New
- Choose the
Upload
link under the Install Plugins
headline
- Browse for the zip file and click
Install Now
- Activate the plugin after install has finished (with the link or trough the plugin page)
- You might have to edit the settings, especially the "Content tag ID" value
- Create a wp-instant-search-template.php file including the part of the "search loop" within the "Content ID tag"
Installation using ftp:
- Unzip und upload the files to your
/wp-content/plugins/
directory
- Activate the plugin through the
Plugins
menu in WordPress
- You might have to edit the settings, especially the "Content tag ID" value
- Create a wp-instant-search-template.php file including the part of the "search loop" within the "Content ID tag"