Plugin Directory

Changeset 1181354


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

more readmetweaks

Location:
wp-search-live
Files:
2 edited

Legend:

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

    r1181349 r1181354  
    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`
    34 An optional target UL parent to send the search results to. Example `target="#someotherdiv"`.
     33target=“”
     34An optional target UL parent to send the search results to. Example target="#someotherdiv".
    3535
    3636
  • wp-search-live/trunk/README.txt

    r1181352 r1181354  
    3232
    3333target=“”
    34 An optional target UL parent to send the search results to. Example `target="#someotherdiv"`.
     34An optional target UL parent to send the search results to. Example target="#someotherdiv".
    3535
    3636
Note: See TracChangeset for help on using the changeset viewer.