Mobile Sentience has no apps in the Marketplace at this time.
This patch adds new options to the pagelist shortcode.
new option description:
- order
- ASC – ascending order from lowest to highest values (1, 2, 3; a, b, c).
- DESC – descending order from highest to lowest values (3, 2, 1; c, b, a).
- ASC – ascending order from lowest to highest values (1, 2, 3; a, b, c).
- orderby
- none – No order (available with Version 2.8).
- id – Order by post id.
- author – Order by author.
- title – Order by title.
- date – Order by date. (default, if not set to none)
- modified – Order by last modified date.
- parent – Order by post/page parent id.
- rand – Random order.
- ‘comment_count’ – Order by number of comments
- menu_order – Order by Page Order
- limit – Number of pages to display. -1 is no limit and will display all found pages
- depth – How deep to look for children. 1 displays children only, 2 displays children and grandchildren. -1 is no limit to how deep it will search
- exclude – Comma separated list of page names to exclude from the list. Paths are in the same format as name eg…(parent/child). This only excludes the the page from the list but not from the search for children, that decision was a personal decision based on what I needed.


