Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Q: How to set I18N navigation plugin output absolute menu?
#2
mrmut Wrote:I have used

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

Is there a way to make I18n Navigation output absolutely positioned menu-list?

Thanks!

Got it! :-)

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

Shows only top level.

And to show only second level, :

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



(But I do think I stumbled upon a bug, as this didn't worked at once, therefore the forum post.)
Reply


Messages In This Thread
Q: How to set I18N navigation plugin output absolute menu? - by mrmut - 2011-11-13, 20:51:18



Users browsing this thread: 1 Guest(s)