2013-09-14, 16:54:33
Help,
can `t deal with navigation
when writing:
Code:
<? php get_i18n_navigation (return_page_slug ());?>
Nothing appears
when writing:
Code:
<? php get_i18n_navigation (return_page_slug (), 1,99);?>
too
recording only
Code:
<? php get_i18n_navigation (return_page_slug (), 0,0);?>
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
Quote:
<? php get_i18n_navigation (return_page_slug (), 1,1);?>
does not work
can `t deal with navigation
when writing:
Code:
<? php get_i18n_navigation (return_page_slug ());?>
Nothing appears
when writing:
Code:
<? php get_i18n_navigation (return_page_slug (), 1,99);?>
too
recording only
Code:
<? php get_i18n_navigation (return_page_slug (), 0,0);?>
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
Quote:
<? php get_i18n_navigation (return_page_slug (), 1,1);?>
does not work