Forums
(@anupamrekha)
15 years, 9 months ago
I had the same issue after a bit of research settled for this:
wp_list_pages(‘title_li=&hierarchical=0&depth=-1’)
depth= -1 passes the parameter to display all pages in a flat non-hierachical order.
18 years, 10 months ago
did you get a solution for this?