Plugin Directory

Changeset 1182063


Ignore:
Timestamp:
06/16/2015 06:55:11 PM (11 years ago)
Author:
nphaskins
Message:

go 0.6

Location:
wp-search-live
Files:
29 added
1 edited

Legend:

Unmodified
Added
Removed
  • wp-search-live/trunk/README.txt

    r1181525 r1182063  
    66Requires at least: 3.5.1
    77Tested up to: 4.2.1
    8 Stable tag: 0.5
     8Stable tag: 0.6
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414== Description ==
    1515
    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.
     16WP 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.
    1717
    1818This is very much a working prototype, so please log any issues you find on the Github repo below. 
    1919
    2020[https://github.com/bearded-avenger/wp-live-search](https://github.com/bearded-avenger/wp-live-search) 
     21
     22WP REST API plugin required!
    2123
    2224Add the shortcode `[wp_live_search]` to a page or something. There's a few shortcode attributes that you can use, and are as follows: 
     
    3133The text displayed for the results. Defaults to `entries found`.
    3234
    33 target=“”
     35target=“”  
    3436An optional target UL parent to send the search results to. Example target="#someotherdiv".
    3537
     
    7981== Changelog ==
    8082
     83= 0.6 =
     84* added custom post type support
     85
    8186= 0.5 =
    8287* 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.