Forums

child pages not appearing (2 posts)

  1. freudslip
    Member
    Posted 1 year ago #

    I know the question has been asked before, but this particular case is a bit weird,
    http://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 (http://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!

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic