Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Chris.Corbett

    (@chriscorbett)

    I have put this code in page.php and I’m not getting anything to display:

    <?php the_content();
      $children = wp_list_pages('title_li=&child_of='.$post->ID.'&echo=0');
      if ($children) { ?>
      <ul>
      <?php echo $children; ?>
      </ul>
      <?php } ?>
    
    If anyone could provide me with some additional guidance here, I would appreciate it!
    
    Thanks!
    Thread Starter Chris.Corbett

    (@chriscorbett)

    That worked for the border! Thank you so much! I also see that there’s some odd spacing still going on when I’m trying to valign content to the top in my table cells…

    For the dropdown, it does show up in the dropdown, but I’m assuming I need to do something similar to get_sidebar2()… yes?

Viewing 2 replies - 1 through 2 (of 2 total)