Hello,
What I want to do is probably quite simple, but I don't know where to start.
Basically, I want to have five, fixed (based upon the "sections" of my website set navigation bar at the top, and a navigation bar to individual articles within that section (subsections) on the left hand side.
Basically, if you're in, say waffle, the left hand menu then changes to show wafle1, 2 and 3, and if you're in comps,you could get to things like networks, services, and maps, for example.
However, I don't know how to "get" the left hand menu to change depending upon which section the user clicks on the top menu.
I can envisage that each would be given a number, so the code could look something like this:
if user clicks 1 //home
then show home_menu_list
If this is not a php thing, please let me know where I should start looking to find information about this topic.
Many thanks for your attention,
Nick