• Zeal

    (@zealwebdrumbeatcom)


    I am working on a wordpress menu (wp_list_pages(‘title_li=&’);) some of the pages have subpages and some dont, I want to add an automatic list with one ‘list point’ under the page link which dont have subpages //for example

    parent1
    Subpage1
    Subpage2
    Subpage3

    parent2
    Automatic Description

Viewing 1 replies (of 1 total)
  • That’s not possible using wp_list_pages. However you could use get_pages and build your own page list loop – which would allow you to insert standard text for pages without children.

Viewing 1 replies (of 1 total)
  • The topic ‘automatic wp_list_page subpage link if no subpages’ is closed to new replies.