wp_list_pages – but not in <li> format – I want a comma-separated list
-
I need to list a whole load of pages but not in the default list form. I think we have the capability to use
&format=
in wp-get_archives but not for wp-list-pagesAnyone know how? The specific line I’m using is
<?php wp_list_pages('child_of=51&title_li=&depth=1'); ?>
( – it’s also the child of a particular page) and I want them to display like this
Other pages within this section:
childpage1, childpage2, childpage3, childpage4, childpage5, childpage6, childpage7, childpage8, etc etc
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp_list_pages – but not in <li> format – I want a comma-separated list’ is closed to new replies.