pifa

list child pages of current page

Nov 13th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php if($post->post_parent){ ?>
  2.            <ul id="submenu"><?php wp_list_pages('sort_column=post_date&sort_order=desc&title_li=&child_of='.$post->post_parent);?></ul>
  3.         <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment