GetSimple Support Forum
QUESTION Parent page not in the menu? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: QUESTION Parent page not in the menu? (/showthread.php?tid=10846)



Parent page not in the menu? - smdp-1971 - 2019-05-19

Is there a way to display child pages if a parent page is not in the menu, using?


PHP Code:
<?php get_onepage_navigation();?>

<?php get_i18n_navigation(); ?>

Example:
Code:
Parent Page name (Not in menu)
- Child page name 1 (Add to the menu)
- Child page name 2 (Add to the menu)

Thanks!


RE: Parent page not in the menu? - Oleg06 - 2019-05-19

The plugin I18N allows you to do this.
http://get-simple.info/forums/showthread.php?tid=1221#p8812


RE: Parent page not in the menu? - smdp-1971 - 2019-05-19

(2019-05-19, 07:33:17)Oleg06 Wrote: The plugin I18N allows you to do this.
http://get-simple.info/forums/showthread.php?tid=1221#p8812

Thanks Oleg!

I have experience with Internationalization (I18N), but in combination with one page plugin (Mvlcek) I have problems.