Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Different menu in header/sidebar
#10
Simplest way for different menus:
1. install i18n navigation plugin
2. create a top lvl page, set it up as "private", and don't add it to the menu.
Name it, lets say: menu2
3. create as many pages for menu2, as you want
4. prepare your menu (stylize it as you want) and display it for pages inside menu2 using command:

....
<nav>
<ul id="menu2">
Code:
<?php get_i18n_navigation("menu2", 1, 3); ?>
</ul>
</nav>
....
Addons: blue business theme, Online Visitors, Notepad
Reply


Messages In This Thread
Different menu in header/sidebar - by Warlock - 2010-08-28, 08:05:36
Different menu in header/sidebar - by Warlock - 2010-08-31, 22:44:19
Different menu in header/sidebar - by daminoweb - 2011-04-20, 02:12:29
Different menu in header/sidebar - by daminoweb - 2011-04-24, 01:05:34
Different menu in header/sidebar - by andyash - 2011-06-17, 13:31:55
Different menu in header/sidebar - by natalstone - 2011-06-22, 21:10:30
Different menu in header/sidebar - by aquarius60 - 2011-06-23, 22:58:55
Different menu in header/sidebar - by yojoe - 2011-06-23, 23:12:25



Users browsing this thread: 1 Guest(s)