Hi Frnds
this problem is resolved….
and i can display the sub navigation properly…
but now i have one more problem…connected to the same… am using this code to display my sub navigation…
<?php
if($post->post_parent)
$children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0"); else
$children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0");
if ($children) { ?>
<?php echo $children; ?>
<?php } ?>
but now, when there is no sub navigation i want to display some text there…
am very new to this field i harldy got 6 months of experience so dont know any thing…
can any one help me in this…
thanks a lot for your replies…
and yes “alchymyth” thanks for reminding me that, i actual for got to close it…