Hello,
Lets assume that we have menu like
Main Team About Contact
Main Team About Contact is a top level menu, About has children menu but I would like to place it before contacts
Is it possible to show first 2 (Main and Team) by any command like
<?php get_i18n_navigation(return_page_slug()); ?>
and then show about submenu by
<?php get_i18n_navigation('about',1,99); ?>
then show Contact with command like
<?php get_i18n_navigation(return_page_slug()); ?>
Lets assume that we have menu like
Main Team About Contact
Main Team About Contact is a top level menu, About has children menu but I would like to place it before contacts
Is it possible to show first 2 (Main and Team) by any command like
<?php get_i18n_navigation(return_page_slug()); ?>
and then show about submenu by
<?php get_i18n_navigation('about',1,99); ?>
then show Contact with command like
<?php get_i18n_navigation(return_page_slug()); ?>