Changeset 1182063
- Timestamp:
- 06/16/2015 06:55:11 PM (11 years ago)
- Location:
- wp-search-live
- Files:
-
- 29 added
- 1 edited
-
tags/0.6 (added)
-
tags/0.6/LICENSE.txt (added)
-
tags/0.6/README.txt (added)
-
tags/0.6/index.php (added)
-
tags/0.6/public (added)
-
tags/0.6/public/assets (added)
-
tags/0.6/public/assets/css (added)
-
tags/0.6/public/assets/css/index.php (added)
-
tags/0.6/public/assets/css/style.css (added)
-
tags/0.6/public/assets/index.php (added)
-
tags/0.6/public/assets/js (added)
-
tags/0.6/public/assets/js/util--wp-api.js (added)
-
tags/0.6/public/assets/js/wp-live-search.js (added)
-
tags/0.6/public/assets/sass (added)
-
tags/0.6/public/assets/sass/source (added)
-
tags/0.6/public/assets/sass/source/_base.scss (added)
-
tags/0.6/public/assets/sass/source/_loader.scss (added)
-
tags/0.6/public/assets/sass/source/_mixins.scss (added)
-
tags/0.6/public/assets/sass/source/_variables.scss (added)
-
tags/0.6/public/assets/sass/style.scss (added)
-
tags/0.6/public/class-wp-live-search.php (added)
-
tags/0.6/public/includes (added)
-
tags/0.6/public/includes/class.assets.php (added)
-
tags/0.6/public/includes/class.shortcode.php (added)
-
tags/0.6/public/includes/template-function.php (added)
-
tags/0.6/public/includes/underscore-template.php (added)
-
tags/0.6/readme.md (added)
-
tags/0.6/uninstall.php (added)
-
tags/0.6/wp-live-search.php (added)
-
trunk/README.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-search-live/trunk/README.txt
r1181525 r1182063 6 6 Requires at least: 3.5.1 7 7 Tested up to: 4.2.1 8 Stable tag: 0. 58 Stable tag: 0.6 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 == Description == 15 15 16 WP Live Search is a search plugin for WordPress that returns results as the user types for what they are looking. It currently supports posts and pages with support for custom post types coming with the next update.16 WP Live Search is a search plugin for WordPress that returns results as the user types for what they are looking. It supports posts, pages, and custom post types. 17 17 18 18 This is very much a working prototype, so please log any issues you find on the Github repo below. 19 19 20 20 [https://github.com/bearded-avenger/wp-live-search](https://github.com/bearded-avenger/wp-live-search) 21 22 WP REST API plugin required! 21 23 22 24 Add the shortcode `[wp_live_search]` to a page or something. There's a few shortcode attributes that you can use, and are as follows: … … 31 33 The text displayed for the results. Defaults to `entries found`. 32 34 33 target=“” 35 target=“” 34 36 An optional target UL parent to send the search results to. Example target="#someotherdiv". 35 37 … … 79 81 == Changelog == 80 82 83 = 0.6 = 84 * added custom post type support 85 81 86 = 0.5 = 82 87 * added an option to specify a target div for the search results to be sent to
Note: See TracChangeset
for help on using the changeset viewer.