Tagged Questions
0
votes
1answer
18 views
how to automatically generate hierarchical menus from hierarchy of pages?
I have a photo site, and I take care to crested a logical nested hierarchy of pages.
e.g. for photos I just posted, I created the following pages:
site.com/2013/
site.com/2013/colorado/
...
3
votes
1answer
2k views
show current navigation path from menu
I want something like this
Home > Products > Steel > Nails
This information should come from the menu structure! I installed Breadcrumb NavXT but it seems that it only takes the path I defined (this ...
1
vote
2answers
631 views
Get parent page/menu id of current post
Basically, after setting up the initial "page for post" on the Reading Options, and then add that page to the menu I get the posts when I click on that menu item as expected.
On there I know the post ...
0
votes
1answer
143 views
How can I set the first link in my nav menu to simply be a drop-down to some other pages
I want to have a set of ~3 pages in a subdirectory called "about"
example.com/about/history
example.com/about/program
example.com/about/coaches
I don't want any about/index.html page, I just want ...
0
votes
2answers
1k views
How to show only parents subpages of current page item in vertical menu?
I just can't find a way to make it possible to show only current parent items down to current page item in a vertical menu the "wordpress way".
What I want to achieve is the following dynamic ...
0
votes
1answer
862 views
Adding Pages to Menus - No Page Hierarchy in Backend [duplicate]
Possible Duplicate:
How to add a custom metabox to the Menu Management admin screen?
In the backend of Wordpress, under Appearance -> Menus it allows you to add different post types by ...
6
votes
2answers
1k views
How to add a custom metabox to the Menu Management admin screen?
Although I am very thankful to the wordpress core team that they have finally integrated native menu management capabilities I get frustrated with some key elements which I would like to change.
I ...
1
vote
1answer
115 views
How do you cope with the task of adding hierarchy to the navigation menu?
Say we got a theme with a horizontal menu that shows only the top-level pages.
How do you manage with the task to make the menu hierarchical, adding subpages?
Any appropriate plugins for that?
If ...