Advertisement
Guest User

Untitled

a guest
Jun 21st, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <ul class="clearfix">
  2. <?php wp_list_pages( array('title_li'=>'','include'=>get_post_top_ancestor_id()) ); ?>
  3. <?php wp_list_pages( array('title_li'=>'','depth'=>1,'child_of'=>get_post_top_ancestor_id()) ); ?>
  4. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement