• Hi, Im trying to add a letter divider to wp_list_pages when displayed in order alphabetical. I have :

    <ul>
    <?php wp_list_pages('exclude=105,1117,285,1279&sort_column=post_title&title_li='); ?>
    <ul>

    what Im trying to get is:

    A
    Page 1
    Page 2
    B
    Page 3
    Page 4
    C
    Page 5
    Page 6
    ect ect …..

    Thanks in advance!!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to add a Divider to wp_list_pages’ is closed to new replies.