WP Live Search

WP Live Search

A super light-weight live search plugin that utilizes the WP REST API.

  • Frequently updated
    Very good! This plugin is actively maintained and the last update was released 3320 days ago.
  • This plugin is not tested with the last major release of WordPress
    Content for list item
  • There is no information available which PHP version this plugin requires
    The latest stable PHP 8.3.9 was released on 04 July 2024
  • No information about vulnerabilities and unfixed security issues is available.
    Content for list item

Ratings

3

Active installs

70

Total Downloads

7K

Support Threads

0

Last updated

24 June 2015

Added

15 June 2015

Versions

100%
  • Version 0.9

Screenshots

basic design

About WP Live Search

FAQ

How do I work it?

It’s a shortcode. Add [wp_live_search] to a page. See above for some options.

What is required for this to work?

The WP REST API (V1) plugin (the official one) from the WordPress REST API Team.

Does it support featured images?

Yes

Does it support showing content?

Yes

Does it support custom post types?

Yes

Can I use multiple on one page?

No

Can I disable the style sheet from loading?

Yes just use define('WPLS_DISABLE_STYLE', true) and the CSS file will not load. However you will want to make sure you at least copy over .wpls–show and .wpls–hide. JS uses these classes for things and the search may not appear correctly without them.

Can I override the display item?

Yep! Just copy over the function from underscore-template.php (without the function exists) and drop it into any plugin. Note, pluggable functions wont run in a theme file, themes run too late, so this needs to be in a plugin file. From here you can modify the temlate as needed.

Changelog

0.9

0.8

0.7.1

0.7

0.6

0.5

0.4.1

0.4

0.3

0.2

How to install WP Live Search

  1. Navigate to ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select wp-live-search.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download aesop-core.zip
  2. Extract the wp-live-search directory to your computer
  3. Upload the wp-live-search directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard