Using following code you can able to display the subpages of parent page.
<?php $subpages = wp_list_pages(‘title_li=&child_of=’.$post->ID.’&echo=0′); ?>
<?php if ($subpages) { ?>
<ul>
<?php echo $subpages; ?>
</ul>
<?php } ?>
Note: This code you need to copy paste in loop only.
Using following code you can able to display the subpages and subpages of that.
<?php
if($post->post_parent)
$subpages = wp_list_pages(“title_li=&child_of=”.$post->post_parent.”&echo=0″);
else
$subpages = wp_list_pages(“title_li=&child_of=”.$post->ID.”&echo=0″);
if ($subpages) { ?>
<ul>
<?php echo $subpages; ?>
</ul>
<?php } ?>
Using css you modify the UI of menu.
More details you can found on following page
http://codex.wordpress.org/Template_Tags/wp_list_pages







This is a very fascinating post, I was looking for this info. Just so you know I found your web site when I was researching for blogs like mine, so please check out my site sometime and leave me a comment to let me know what you think.
I have read a few of the articles on your website now, and I really like your style of blogging. I added it to my favorites website list and will be checking back soon. Please check out my site as well and let me know what you think.
This is a fantastic post, but I was wondering how do I suscribe to the RSS feed?
Good article, this is very similar to a site that I have. Please check it out sometime and feel free to leave me a comenet on it and tell me what you think. I’m always looking for feedback.
Amazing posting, this is very similar to a site that I have. Please check it out sometime and feel free to leave me a comenet on it and tell me what you think. I’m always looking for feedback.