Changeset 1392754
- Timestamp:
- 04/12/2016 08:05:37 AM (10 years ago)
- Location:
- child-page-tree
- Files:
-
- 2 edited
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
child-page-tree/tags/1.0.1/readme.txt
r1221557 r1392754 6 6 Requires at least: 4.0 7 7 Stable tag: 1.0.1 8 Tested up to: 4. 38 Tested up to: 4.5 9 9 10 10 Display a page tree of all child pages of the current site … … 12 12 == Description == 13 13 14 _Child Page Tree_ is simple plugin which is born from a need. I needed a simple way to list all children pages of the current page. I use this plugin for [Dicentis Documentation](http://docs.dicentis.io) to list all documentation pages of a current site. In this scenario I use a hiearchy to reflect the categories a document belongs. 15 16 The plugin adds a select box to the page edit site right above the publish button. Using this select box you can decide whether to add and where to add the page tree. You can either add the page tree at the very top of page (prepend) or add it to the end of a page (append). 14 _Child Page Tree_ adds a select box to the page edit site right above the publish button. Using this select box you can decide whether to add and where to add the page tree. You can either add the page tree at the very top of page (prepend) or add it to the end of a page (append). 17 15 18 16 The output is a unorderd list with nested lists to reflect the hierarchy of the children. However this list can be changed using the build-in filter `child_page_tree_before_output`. This filter is applied before the list is added to content. -
child-page-tree/trunk/readme.txt
r1221556 r1392754 6 6 Requires at least: 4.0 7 7 Stable tag: 1.0.1 8 Tested up to: 4. 38 Tested up to: 4.5 9 9 10 10 Display a page tree of all child pages of the current site … … 12 12 == Description == 13 13 14 _Child Page Tree_ is simple plugin which is born from a need. I needed a simple way to list all children pages of the current page. I use this plugin for [Dicentis Documentation](http://docs.dicentis.io) to list all documentation pages of a current site. In this scenario I use a hiearchy to reflect the categories a document belongs. 15 16 The plugin adds a select box to the page edit site right above the publish button. Using this select box you can decide whether to add and where to add the page tree. You can either add the page tree at the very top of page (prepend) or add it to the end of a page (append). 14 _Child Page Tree_ adds a select box to the page edit site right above the publish button. Using this select box you can decide whether to add and where to add the page tree. You can either add the page tree at the very top of page (prepend) or add it to the end of a page (append). 17 15 18 16 The output is a unorderd list with nested lists to reflect the hierarchy of the children. However this list can be changed using the build-in filter `child_page_tree_before_output`. This filter is applied before the list is added to content.
Note: See TracChangeset
for help on using the changeset viewer.