Introduces the, and shortcodes for displaying list of pages within post or page.
List pages but exclude certain IDs and set the class of the list to my-page-list...
Show excerpt ..
The default values are the same as for the function except for title li.
If class is not specified, default class of either list-pages., sibling-pages or child-pages is given to UL tag.
Firstly you will need to add support for excerpt for your pages.
You can either you this by using the function or using plugin like Page Excerpt..
You can also use the filter to return or customize the excerpt for specific pages.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Update List Pages Shortcode Walker Page class with changes made to WordPress Walker Page class..
Read more