This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Instant

Description

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

Installation through WordPress admin pages:

  1. Go to the admin page Plugins -> Add New
  2. Search for wp-instant
  3. Choose the action install
  4. Click on Install now
  5. Activate the plugin after install has finished (with the link or trough the plugin page)
  6. You might have to edit the settings, especially the “Content tag ID” value
  7. 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:

  1. Download the plugin zip file
  2. Go to the admin page Plugins -> Add New
  3. Choose the Upload link under the Install Plugins headline
  4. Browse for the zip file and click Install Now
  5. Activate the plugin after install has finished (with the link or trough the plugin page)
  6. You might have to edit the settings, especially the “Content tag ID” value
  7. Create a wp-instant-search-template.php file including the part of the “search loop” within the “Content ID tag”

Installation using ftp:

  1. Unzip und upload the files to your /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. You might have to edit the settings, especially the “Content tag ID” value
  4. Create a wp-instant-search-template.php file including the part of the “search loop” within the “Content ID tag”

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP Instant” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP Instant” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

  • 1.1 Fixing bug with uninitialized variables
  • 1.0 Use AJAX the way it’s described here: https://codex.wordpress.org/AJAX_in_Plugins
  • 0.2 Using STYLESHEETPATH as primary folder to search for search result template
  • 0.1 First stable release