Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HELP !!! INTERNATIONALIZATION (I18N)
#1
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
Reply
#2
try
<? php get_i18n_navigation(return_page_slug(),0,10,I18N_SHOW_MENU) ?>


the seccond level menu:
<? php get_i18n_navigation("insert here a name of menu with submenu", 1, 1); ?>
user plugin: scroll to top
Reply




Users browsing this thread: 1 Guest(s)