Tagged Questions
0
votes
0answers
28 views
Group post archive by last two weeks and months
I want to show an archive menu in each page in the following manner:
Today
Yesterday
This week
Last week
This month
Last month
Earlier
How could I do that?
2
votes
1answer
775 views
Vertical Sidebar Menu Parent and Child not displaying correctly
I am developing a WordPress site and trying to display my menu correctly. How can I display all Parent items but only show the Child items when it's Parent has been selected. I hope that makes sense. ...
1
vote
2answers
45 views
Sidebar links for different pages
Hey all i am wondering what i need to add in order to have a different sidebar for a set page?
I created a category for the page (called PatientEdu):
And made sure the page was linked to the ...
1
vote
1answer
191 views
Different side menu on each page
Does anyone have a solution how to have different side menus on different pages?
Do I need to create template for every page?
I've registered many nav_menus in functions.php and than used pages ID as ...
-1
votes
1answer
835 views
Submenu in sidebar custom page template
i would like to show the submenu of my page in a custom page template on the left side in a Sidebar-area. Does any know the code for showing the submenu. Wordpress 3.4.1
Thanks a lot!!!
2
votes
1answer
336 views
Best practices: Custom theme sidebar menu - hardcode or widget?
Is it best to hardcode a sidebar menu using functions.php or sidebar.php OR use the custom menu widget? Are there times when each is appropriate?
1
vote
1answer
958 views
Sub-Pages only of menu items in current branch using a custom menu
Although I did a thorough research I could not find a solution. Only solutions coming close.
My custom menu ("top") shows this structure (you see a part of it):
page 1
subpage 1.1
category A
...
0
votes
1answer
195 views
How to create menu spread over four lines including images
I would like to create a dynamic WordPress menu using wp_nav_menu() divided over four lines or rows as the static website http://tinyurl.com/82trdjw. I think I should either force the menu to do this ...
0
votes
1answer
211 views
page menu in single.php [closed]
Currently I am displaying posts based on category on a page, this page has custom side menu, which lists all the news articles, once a user clicks on the news title it takes it to that post display ...