Beskriuwing
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.
Ynstallaasje
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 theInstall 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”
Resinsjes
D'r binne gjin resinsjes foar dizze plugin.
Meiwurkers & amp; Untwikkelders
"WP Instant" is iepen boarne software. De folgjende minsken hawwe bydroegen oan dizze plugin.
MeiwurkersOersette "WP Instant" yn jo taal.
Ynteressearre yn ûntwikkeling?
Blêdzje troch de koade , besjoch de SVN-repository , of abonnearje op it ûntwikkelingslogboek troch RSS .
Feroaringslog
- 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