Revision: 12248
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 7, 2009 08:55 by muhammet
Initial Code
<?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 } ?>
Initial URL
Initial Description
Initial Title
Wordpress Related Pages
Initial Tags
textmate
Initial Language
Other