Plugin Directory

Changeset 1181352


Ignore:
Timestamp:
06/15/2015 07:54:32 PM (11 years ago)
Author:
nphaskins
Message:

readme tweak

File:
1 edited

Legend:

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

    r1181349 r1181352  
    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`.
    2626
    27 `placeholder` 
     27placeholder=“” 
    2828The text displayed in the input. Defaults to `Search...`.
    2929
    30 `results` 
     30results=“” 
    3131The text displayed for the results. Defaults to `entries found`.
    3232
    33 `target`
     33target=“”
    3434An optional target UL parent to send the search results to. Example `target="#someotherdiv"`.
    3535
Note: See TracChangeset for help on using the changeset viewer.