Forums

[resolved] veryplaintxt sub pages not showing in menu (3 posts)

  1. casagli
    Member
    Posted 1 year ago #

    Hi all, I have installed the latest version of wordpress and veryplaintxt theme and in my blog i cannot see any subpages under the menu of the single pages.
    I tried to search into the code but there are no differences between index.php and page.php before the header call.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    I don't think the theme supports sub-page listing. If it uses wp_list_pages, you may have to amend the tags parameters.

  3. casagli
    Member
    Posted 1 year ago #

    i've edited page.php by adding

    <?php
      $children = wp_list_pages('title_li=&child_of='.$post->ID.'&echo=0');
      if ($children) { ?>
      <ul>
      <?php echo $children; ?>
      </ul>
      <?php } ?>

    thanks esmi

Topic Closed

This topic has been closed to new replies.

About this Topic