Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multi-level navigation and easy menu definition
#46
andyash Wrote:I have 10 pages in my site which I want to divide into two menus.

First menu containing Home, Blog, Contact will go in the header and the second menu containing the rest of the pages will go in the sidebar.

I have installed i18n navigation plugin but I don't know how to achieve this.

Help?

Home, Blog and Contact should be top-level pages (no parent).
The rest of the pages should be children of Home (Parent = index).
For the top menu bar use
Code:
<?php get_i18n_navigation(return_page_slug()); ?>
For the sidebar menu use
Code:
<?php get_i18n_navigation('index',1,99); ?>
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
Multi-level navigation and easy menu definition - by mvlcek - 2011-06-16, 18:41:21



Users browsing this thread: 2 Guest(s)