2011-05-06, 09:27:59
Thanks for the plugin, mvlcek, it's very functional. I've made a Polish translation for you and everybody in return. See attachment.
I've got a little problem though. I would like to display a submenu in the sidebar component if the current page has subpages, or display a differerent menu otherwise. I just can't code it.
Here's my try, all within the sidebar component:
I've got a little problem though. I would like to display a submenu in the sidebar component if the current page has subpages, or display a differerent menu otherwise. I just can't code it.
Here's my try, all within the sidebar component:
Code:
<?php if (get_i18n_menu_data(return_page_slug(), 1, 2, haschildren) == true) ?>
<ul><?php get_i18n_navigation(return_page_slug(), 1, 2); ?></ul>
<?php else echo 'XYZ'; ?>