2014-10-11, 23:53:28
(This post was last modified: 2014-10-11, 23:56:22 by photocurio.)
(2014-10-11, 23:45:26)phpman Wrote: @photocurioI don't like to post links to dev servers because they inevitably change.
do you have any example for me?
I did get drop down menus to work with the I18N plugin. I used this function to display the menu:
PHP Code:
<?php get_i18n_navigation(return_page_slug(),0,3,I18N_SHOW_MENU); ?>
I also tried the simpler
PHP Code:
<?php get_i18n_navigation(); ?>