• Is there any way to add dividing list tags between each listed page displayed by the wp_list_pages code?

    <?php wp_list_pages(); ?>

    Want to display something like below:

    <li><a href="#">Page 1</a></li>
    <li>|</li>
    <li><a href="#">Page 2</a></li>
    <li>|</li>
    <li><a href="#">Page 3</a></li>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Adding dividers between wp_get_pages’ is closed to new replies.