• magnoct

    (@magnoct)


    Hi all, I have an interesting situation where I am looking to have sub sections of sites and am not sure how to achieve it.

    What I am after is essentially different menus and a different feel. Not a completely different theme but a few colours different.

    So they way it would function front end is a user might be on my site and decide to go to ‘section 1’ of the site. When they click the link to go there the menu changes to the section 1 menu and the page has its own distinct colours.

    I still want the site to be running off the same DB but just appear as different only in the sense of menus and colours.

    If the user clicked the link to go to ‘section 2’ then again the section 2 menu would be loaded and the section 2 colours would be active.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • catacaustic

    (@catacaustic)

    Its possible to do this by setting up different template files for each section. Then when you create the pages you can assign the template to the page so that the styling is in line with the rest of the section.

    Thread Starter magnoct

    (@magnoct)

    Thanks, I had thought of this option re styling, will look into it.

    Any suggestions on the menus? Or can that be done in the template too?

    catacaustic

    (@catacaustic)

    Yes that can be done in the templates. You jsut need to set u pthis call with each menus name.

    wp_nav_menu (array ("theme_location" => "menu_name"));

    Thread Starter magnoct

    (@magnoct)

    Perfect! Many thanks ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Different menus and different feel’ is closed to new replies.