• I’ve added a subpage listing to my template and I want to add a header before the listing but only when there are subpages. Right now, my header appears all the time like this:

    <h2>See Also</h2>
    wp_list_pages('title_li=&depth=3&child_of='.$post->ID );

    There must be a piece of code to test if there are subpages or count subpages, any ideas?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘check for subpages?’ is closed to new replies.