Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multi-level navigation and easy menu definition
#70
amaurib Wrote:Im using this code to call my drop down main menu

Code:
<?php get_i18n_navigation(return_page_slug(), 0, 1, true); ?>

I dont want the home link to appear on menu, how do i do that?

thanks...

Assuming, you have code like this
Code:
<ul class="menu"><?php get_i18n_navigation(return_page_slug(), 0, 1, true); ?></ul>
just add a new CSS rule to your style sheet:
Code:
ul.menu li.index { display: none; }
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-09-16, 16:40:43



Users browsing this thread: 1 Guest(s)