custom_menu and creating page specific sidebars
-
I apologize in advance as I know this was asked on this forum. I just can’t seem to get it to work for me. I have a very basic website that does not allow posts, comments, blogs, etc. I am only displaying static text. My navigation menu is horizontal across the top and looks something like this:
Home Topic1 Topic2 AboutUs
Topic1 and Topic2 both have children. The main navigation is fine and I want it to display on all pages. However I want to display a custom sidebar for Topic1 and one for Topic2. I have searched the forums, searched google, etc and found some information but nothing seems to give me exactly what I need. I cannot even recall all the changes I have made and tried.
I am using the Graphene theme and it contains the Custom_Menu Widget. I have a child theme created called graphene-child. In that I have created two custom menus; one for Topic1 and one for Topic2. What I want to see is:
Topic1
child1a
child1b
child1con all the children of Topic1 with current page highlighted and
Topic2
child2a
child2b
child2c
on all the children of Topic2 with current page highlightedWhat I get is:
Topic1
child1a
child1b
child1c
Topic2
child2a
child2b
child2con all the child pages. I am hoping someone can help me as this is driving me insane. I am pretty new to php. So if you could tell me what files to place any new code in I’d appreciate it.
Thank you.
The topic ‘custom_menu and creating page specific sidebars’ is closed to new replies.