3
60
7K
0
24 June 2015
15 June 2015
Based on 3 on WordPress.org
It’s a shortcode. Add [wp_live_search] to a page. See above for some options.
The WP REST API (V1) plugin (the official one) from the WordPress REST API Team.
Yes
Yes
Yes
No
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.
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.
wp-live-search.zip
from your computeraesop-core.zip
wp-live-search
directory to your computerwp-live-search
directory to the /wp-content/plugins/
directory