2011-08-25, 02:24:38
thank you
end of the sentence :
with i want to show only childrens of the parent page ("service")
(show current menu tree from level 1 to level 1 - level 0 = top) <- how can i put that in the code ?
?
loic.
end of the sentence :
with i want to show only childrens of the parent page ("service")
(show current menu tree from level 1 to level 1 - level 0 = top) <- how can i put that in the code ?
Code:
<?php get_i18n_navigation(return_page_slug(show_current_menu_tree),1,1); ?>
loic.