I had already responded to a previous topic there, but I went ahead and created another one. Thanks.
Yeah, you would think so. But since I haven’t gotten a response there as well, I was hoping I could get some help here.
Yes! Found this is the link you provided and it works perfectly.
Thank you!
<h2>
<?php $parent_title = get_the_title($post->post_parent); echo $parent_title; ?> Pages
</h2>
<?php
if($post->post_parent)
$children = wp_list_pages(“title_li=&child_of=”.$post->post_parent.”&echo=0″); else
$children = wp_list_pages(“title_li=&child_of=”.$post->ID.”&echo=0″);
if ($children) { ?>
<?php } ?>