Changeset 1136627
- Timestamp:
- 04/16/2015 08:58:40 PM (11 years ago)
- File:
-
- 1 edited
-
whale-kit/trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
whale-kit/trunk/readme.txt
r1136619 r1136627 41 41 `[wk_terms child_of=34]` 42 42 43 = Show all categories and empty too=43 = Show all categories and empty too = 44 44 `[wk_terms hide_empty=0]` 45 45 … … 47 47 `[wk_terms exclude_tree=array(32)]` 48 48 49 = Sort categories by count of records=49 = Sort categories by count of records = 50 50 `[wk_terms orderby=count order=ASC]` 51 51 for the widget: 52 52 orderby=count&order=ASC 53 53 54 = Ñollapse categories =54 = Collapse categories = 55 55 `[wk_terms collapse=1 hierarchical=1]` 56 56 The collapse of the inactive branches of the tree of categories. 57 57 58 = Display tags and specify the number of records=58 = Display tags and specify the number of records = 59 59 `[wk_terms taxonomy=post_tag show_count=1]` 60 60 61 = Show category and set the font size depending on the number of entries in the category=61 = Show category and set the font size depending on the number of entries in the category = 62 62 `[wk_terms show_count=1 size_of_count=1 smallest=8 largest=22 unit=px]` 63 63 64 = show 5 records out of category id:56, exclude category id:23=64 = Show 5 records out of category id:56, exclude category id:23 = 65 65 `[wk_posts cat=56,-23 posts_per_page=5]` 66 66 for the widget: … … 68 68 69 69 70 = Show entries with thumbnail=70 = Show entries with thumbnail = 71 71 `[wk_posts meta_key=_thumbnail_id show_thumbnail=60?60 /]` 72 72 for the widget: … … 74 74 *none_thumbnai - plug, if the record does not have a thumbnail, then specify the id attachment 75 75 76 = Custom Field Query=76 = Custom Field Query = 77 77 for the widget write all in one line: 78 78 `meta_key=color&meta_value=blue&meta_compare=<=&posts_per_page=5` … … 84 84 posts_per_page=5 85 85 ` 86 = Multiple Custom Field Handling=86 = Multiple Custom Field Handling = 87 87 ` 88 88 [wk_posts … … 106 106 107 107 108 = Show child pages to 567 pages=108 = Show child pages to 567 pages = 109 109 `[wk_pages child_of=567]` 110 110 111 111 112 = Collapse and sorting pages=112 = Collapse and sorting pages = 113 113 `[wk_pages collapse=1 sort_column=menu_order sort_order=ASC]` 114 114 for the widget:
Note: See TracChangeset
for help on using the changeset viewer.