• I know the question has been asked before, but this particular case is a bit weird,
    https://thespiritofict.in is the website im using with WP as my CMS, and a free magazine theme called magazeen, the problem is that even though i have nested a page (https://thespiritofict.in/?page_id=170) under campus buzz as parent page, when i click on campus buzz in the main nav bar, i cant see the child page anywhere. Please help me!!! On the verge of losing it!

Viewing 1 replies (of 1 total)
  • the theme has hardcoded limited the pages to the parent level:

    from header.php:

    <?php wp_list_pages( 'title_li=&depth=1' ); ?>

    which probably also means that the css is not developed for a dropdown menu.

Viewing 1 replies (of 1 total)
  • The topic ‘child pages not appearing’ is closed to new replies.