Tagged Questions
0
votes
1answer
84 views
How to use wp_list_pages on a grandparent page
I am using wp_list_pages to show the page structure on a website. For instance, if I use this code, it will show me the complete child / grandparent heirarchy of the current page the user is on:
...
0
votes
1answer
137 views
Can you exclude child pages of a specific parent within a navigation?
For example, I'm using wp_list_pages to display the navigation, the child pages (and their children) appearing on hover as is typical. However, I want one of these parents to not display the children. ...
1
vote
3answers
3k views
Show just one level of child pages, wp_list_pages woe
I'm working on a site that has a fairly large page structure a few levels deep - in some sections there are a lot of pages.
The basic setup is something like this...
Parent
Parent
Parent
-Child
...
0
votes
1answer
288 views
add slug of child(ren) to li using wp_list_pages
For a page template I am trying to include the 3 children of each page. That works fine.
However as I want to include a different image for each of the children, I would like to add the slug of each ...