2014-03-18, 03:08:25
Hello guys...
Is there a way to hide the Home (index) link from the menu?
I'm using the i18n plugin and the menu visibility doesnt work anymore.
It doesnt matter if i tell GS to hide it. it always show up in the menu
here is how i call the menu using the i18n plugin
<?php get_i18n_navigation(return_page_slug(), 0,10, show); ?>
Current menu structure is
Home
Menu item1
-menu item1 submenu1
-menu item1 submenu2
-menu item1 submenu3
Menu Item 2
-menu item2 submenu1
and so on.. i just want to hide the HOME link. Any ideas how to do it without using CSS tricks?
Is there a way to hide the Home (index) link from the menu?
I'm using the i18n plugin and the menu visibility doesnt work anymore.
It doesnt matter if i tell GS to hide it. it always show up in the menu
here is how i call the menu using the i18n plugin
<?php get_i18n_navigation(return_page_slug(), 0,10, show); ?>
Current menu structure is
Home
Menu item1
-menu item1 submenu1
-menu item1 submenu2
-menu item1 submenu3
Menu Item 2
-menu item2 submenu1
and so on.. i just want to hide the HOME link. Any ideas how to do it without using CSS tricks?