Changeset 1136631
- Timestamp:
- 04/16/2015 09:05:59 PM (11 years ago)
- File:
-
- 1 edited
-
whale-kit/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
whale-kit/trunk/readme.txt
r1136627 r1136631 12 12 == Description == 13 13 14 Three alternative to standard widget Categories, Recent Posts and Pages. These widgets can be used as short tags. 14 Three alternative to standard widget Categories, Recent Posts and Pages. These widgets can be used as short tags: 15 15 16 1. WK_trem working with categories, post_tag or any taxonomies. Settings from function get_terms(). 16 17 2. WK_posts works with posts, pages and any other type of records. Settings from class WP_Query. 17 3. WK_pages working pages, posts, and any other type of records. The data received through the function get_pages(). Unlike WK_posts working with tree hierarchical data.18 3. WK_pages working pages, posts, and any other type of records. The data received through the function get_pages(). Unlike WK_posts working with tree hierarchical data. 18 19 19 20 Collapse - hide inactive branches of a tree - can significantly reduce the list categories or pages, Javascript is not used - hide html code. … … 28 29 [wk_terms](http://www.wp.od.ua/en/?page_id=333 "categories, tags and other taxonomic") - categories, tags and other taxonomic 29 30 30 [wk_posts ] adn [wk_pages](http://www.wp.od.ua/en/?page_id=366 "posts, page and any type of records") - posts, page31 [wk_posts adn wk_pages](http://www.wp.od.ua/en/?page_id=366 "posts, page and any type of records") - posts, page 31 32 32 33 == Installation == … … 38 39 39 40 == Frequently Asked Questions == 40 = Show child categories from the category My_Category id:34=41 = Show child categories from the category My_Category id:34 = 41 42 `[wk_terms child_of=34]` 42 43
Note: See TracChangeset
for help on using the changeset viewer.