Hello, I've bought this and Twicet themes for a couple of projects and would like to remove the feature where child pages list is shown in the sidebar by default. (on child pages) I have played about with sidebar.php and think this might be the text to edit?! Please can you advice, thanks
Side menu listing Child pages
4 posts from 2 voices-
Posted 2 years ago #
-
Please remove following code from sidebar.php:
<?php if($post->post_parent) $children = wp_list_pages("title_li=&sort_column=menu_order&child_of=".$post->post_parent."&echo=0"); else $children = wp_list_pages("title_li=&sort_column=menu_order&child_of=".$post->ID."&echo=0"); if ($children) { ?> <ul id="subnav"> <?php echo $children; ?> </ul> <?php } ?>Posted 2 years ago # -
Thanks Buddy, that worked fine...
Posted 2 years ago # -
Glad that I could help you.
Posted 2 years ago #
Reply
You must log in to post.














