2011-04-30, 21:51:32
The I18N (navigation) plugin also supports this functionality.
However, you need to know the level of the page.
If your current page is on the top level, you get the information with:
or - if the child pages do not show in the menu - with:
However, you need to know the level of the page.
If your current page is on the top level, you get the information with:
Code:
$childpages = return_18n_menu_data(return_page_slug(),1,1);
Code:
$childpages = return_18n_menu_data(return_page_slug(),1,1,I18N_SHOW_PAGES);