Formattting wp_list_pages output
-
I’m looking for a way to get wp_list_pages to return page names with a delimiting character, such as putting a bullet or dash between each page name. My PHP is weak, and my current theme simply outputs the page names like so:
<?php wp_list_pages(‘title_li=’); ?>
What do I need to add to get the list formatted when displayed?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Formattting wp_list_pages output’ is closed to new replies.