List Pages Plus
Alter the output of the wp_list_pages() function’s HTML. Add in your own classes, insert text into link title, add additional tags surrounding title. Parents and Children are set seperately for greater flexibility.
Set default arguments in Settings Panel using `wp_list_pages_plus();` replacement function. Instead of adding commonly used arguments to your `wp_list_pages();` function, you can set these as defaults and update them easily without altering templates. The `wp_list_pages_plus();` function mirrors the `wp_list_pages();` function exactly and additional arguments may be added directly within the function call, direct arguments will also override default arguments for multiple location use and greater flexibility. Just edit your `sidebar.php` template (or wherever your Page menu list is output) by changing `wp_list_pages(’args’);` to `wp_list_pages_plus();`

September 18th, 2008 at 1:00 pm
[...] List Pages Plus Alter the output of the wp_list_pages() function’s HTML. Add in your own classes, insert text into link title, add additional tags surrounding title. Parents and Children are set seperately for greater flexibility. [...]
September 21st, 2008 at 3:20 am
List Pages Plus…
Alter the output of the wp_list_pages() function’s HTML. Add in your own classes, insert text into link title, add additional tags surrounding title. Parents and Children are set seperately for greater flexibility….
September 24th, 2008 at 2:45 pm
[...] List Pages Plus [...]
October 1st, 2008 at 10:01 pm
[...] menu lists (like the navigation and sidebar links) the way I wanted with CSS, I had to install yet another plugin to add <span> elements within <li> elements for page links in the navigation menu. And [...]
October 22nd, 2008 at 6:22 pm
[...] spoke with the author of List Pages Plus (an extention of wp_list_pages), and I may allow my Awesome Pages Plugin to optionally wrap that [...]