wordpress ancestors
-
I’d like to get page list from the bottom level to the 2nd level, NO TOP LEVEL.
echo $ancestors = wp_list_pages("title_li=&child_of=".$ancestors."&echo=0&depth=3");
am close to the result, but my output from last level to TOP level. how can minus one level to the 2nd ?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wordpress ancestors’ is closed to new replies.