GetSimple Support Forum

Full Version: Parent page not in the menu?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
The plugin I18N allows you to do this.
http://get-simple.info/forums/showthread...1221#p8812
(2019-05-19, 07:33:17)Oleg06 Wrote: [ -> ]The plugin I18N allows you to do this.
http://get-simple.info/forums/showthread...1221#p8812

Thanks Oleg!

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