Plugin Directory

Changeset 1183758


Ignore:
Timestamp:
06/18/2015 08:08:33 PM (11 years ago)
Author:
nphaskins
Message:

readme formatting

File:
1 edited

Legend:

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

    r1183756 r1183758  
    2222Add the shortcode `[wp_live_search]` to a page or something. There's a few shortcode attributes that you can use, and are as follows: 
    2323
    24 type=""
     24type="" 
    2525Your choices are `posts` or `pages`. Defaults to `posts`. You can also pass `type,type` to search multiple post types. For example type="recipes,books"
    2626
    27 multi=""
     27multi="" 
    2828By default this is turned off. Set this to true only if you're using multiple post types above.
    2929
    30 placeholder=""
     30placeholder="" 
    3131The text displayed in the input. Defaults to `Search...`.
    3232
    33 results=""
     33results="" 
    3434The text displayed for the results. Defaults to `entries found`.
    3535
    36 number="" 
     36number=""   
    3737Total search result to return. Default is 20
    3838
    39 compact="true" 
     39compact="true"   
    4040Makes a tiny WP Live Search for use in header widgets and such
    4141
    42 target="" 
     42target=""   
    4343An optional target UL parent to send the search results to. Example `target="#someotherdiv"`.
    4444
Note: See TracChangeset for help on using the changeset viewer.