List child pages without ul list?
-
I’m pulling a list of child pages to one of my static pages using:
-
<?php wp_list_pages('title_li='); ?>
That spits out the information in unordered list just like how it is on the sidebar though. I was wondering if it’s possible to do the same, only instead of having li tags wrapped around my page links, simply have a comma or something to separate the page names? Thanks for your time.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘List child pages without ul list?’ is closed to new replies.