Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION i18N Navigation
#2
Hi Swipis
i just had the same today

change in your theme :
Code:
<?php get_navigation(return_page_slug()); ?>
(this line can be a bit different in your theme)
into :

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

also it depends on your css if you need to modify something
Reply


Messages In This Thread
i18N Navigation - by swipis - 2015-05-03, 06:26:21
RE: i18N Navigation - by maco-nl - 2015-05-03, 08:11:02
RE: i18N Navigation - by swipis - 2015-05-03, 20:29:46
RE: i18N Navigation - by morvy - 2015-05-04, 06:13:04
RE: i18N Navigation - by shawn_a - 2015-05-06, 02:11:56



Users browsing this thread: 1 Guest(s)