2014-12-25, 03:46:43
Hello all,
no i have working tree menue but i have another problem which i can not solved.
If i use standard entry of I18N menu navigation i get also the tree menu points inside my top menue. Can i restrict that i can show only
special menu points in the top menue like "Home, About us etc." ???
Which syntax of I18N
i need ??
does not work to show only entry 3 & 5.
Is there any solution to solve this problem ?
Hope anybody can help.
best regards,
Harald
no i have working tree menue but i have another problem which i can not solved.
If i use standard entry of I18N menu navigation i get also the tree menu points inside my top menue. Can i restrict that i can show only
special menu points in the top menue like "Home, About us etc." ???
Which syntax of I18N
Code:
<?php get_navigation(return_page_slug()); ?>
i need ??
Code:
<?php get_navigation(return_page_slug(), 3, 5); ?>
does not work to show only entry 3 & 5.
Is there any solution to solve this problem ?
Hope anybody can help.
best regards,
Harald