/ Published in: Other
Expand |
Embed | Plain Text
<?php if($post->post_parent) $children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0&sort_column=ID"); else $children = ""; if ($children) { ?> <br /><h2>Folgendes könnte Sie auch interessieren:</h2> <ul id="related_pages"> <?php echo $children; ?> </ul> <?php } ?>
You need to login to post a comment.
