Changeset 1181354
- Timestamp:
- 06/15/2015 07:55:59 PM (11 years ago)
- Location:
- wp-search-live
- Files:
-
- 2 edited
-
tags/0.5/README.txt (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-search-live/tags/0.5/README.txt
r1181349 r1181354 22 22 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: 23 23 24 `type`24 type=“” 25 25 Your choices are `posts` or `pages`. Defaults to `posts`. 26 26 27 `placeholder`27 placeholder=“” 28 28 The text displayed in the input. Defaults to `Search...`. 29 29 30 `results`30 results=“” 31 31 The text displayed for the results. Defaults to `entries found`. 32 32 33 `target`34 An optional target UL parent to send the search results to. Example `target="#someotherdiv"`.33 target=“” 34 An optional target UL parent to send the search results to. Example target="#someotherdiv". 35 35 36 36 -
wp-search-live/trunk/README.txt
r1181352 r1181354 32 32 33 33 target=“” 34 An optional target UL parent to send the search results to. Example `target="#someotherdiv"`.34 An optional target UL parent to send the search results to. Example target="#someotherdiv". 35 35 36 36
Note: See TracChangeset
for help on using the changeset viewer.