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:
...
-1
votes
1answer
166 views
highlight parent page on menu when child page is on sidebar (and not on menu)
i'm using twenty-eleven, i have on the menu 4 items : Home, About us, Contact, Clients
it's a custom menu. The site currently is on localhost, so no preview is available. However i haven't put the ...
1
vote
1answer
2k views
Breadcrumbs showing Parent and Child Pages
We are trying to create a function for breadcrumbs that will show not only the path to the current page, but also to other pages with the same parent page.
For instance, on ...
0
votes
1answer
307 views
Check if page has subpages
I'm try to build a menu with wp_list_pages() that must work like this:
Main Page
-Subpage1
-Subpage2
I check if the Page has_subpage and i can see the 2 subpages when i'm in the Parent ...
0
votes
2answers
230 views
Active Menu Highlighter with Subpages?
my question is...
I have 2 pages & 2 subpages in each page.
like:
page1
-->subpage1
-->subpage2
page2
-->subpage1
-->subpage2
& my Menu is Page1 page2
Now if i select ...