2011-11-23, 20:33:25
Hi all,
I have been using the child plugin it worked fine but now I need to reorder the child pages under a topmenu.
To do so, I went on and installed the i18n plugin which let me organise the pages as I want to.
With the code below, I can see the topmenu on the left side :
However, when I change the code to :
The navigation menu disappears altogether.
I have been trying all sorts of combination to make the childmenus appearing and not the topmenus but without success.
Did anyone has seen this problem before?
Thanks for your help
Paps
I have been using the child plugin it worked fine but now I need to reorder the child pages under a topmenu.
To do so, I went on and installed the i18n plugin which let me organise the pages as I want to.
With the code below, I can see the topmenu on the left side :
Code:
<?php get_i18n_navigation(return_page_slug(),0,0,); ?>
However, when I change the code to :
Code:
<?php get_i18n_navigation(return_page_slug(),1,100,); ?>
The navigation menu disappears altogether.
I have been trying all sorts of combination to make the childmenus appearing and not the topmenus but without success.
Did anyone has seen this problem before?
Thanks for your help
Paps