2013-09-14, 16:23:35
Help,
can `t deal with navigation
when writing:
Nothing appears
when writing:
too
recording only
menu appears on the upper level, but if the menu is in another language, it still sends the page to the language of the system
example
if there are two languages EN and _DE, then the top entry on the menu language _DE get on EN
and I want to output a second level menu
record
can `t deal with navigation
when writing:
Code:
<? php get_i18n_navigation (return_page_slug ());?>
when writing:
Code:
<? php get_i18n_navigation (return_page_slug (), 1,99);?>
recording only
Code:
<? php get_i18n_navigation (return_page_slug (), 0,0);?>
example
if there are two languages EN and _DE, then the top entry on the menu language _DE get on EN
and I want to output a second level menu
record
Quote:<? php get_i18n_navigation (return_page_slug (), 1,1);?>does not work