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();`

Download Support

5 Responses to “List Pages Plus”

  1. WordPress Plugin Releases for 09/18 | bloground.ro - Blogging resources, themes and plugins for your development Says:

    [...] 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. [...]

  2. Leonaut.com Says:

    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….

  3. My favourite Blog Posts » Weblog Tools Collection: WordPress Plugin Releases for 09/18 | A Comprehensive Collection of Blog Posts from my favourite Blogs Says:

    [...] List Pages Plus [...]

  4. Wordpressified | The web page of Dan Says:

    [...] 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 [...]

  5. What’s new for October » Blueberryware Says:

    [...] 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 [...]