Hi. How would I remove the grandchildren subnav from the sidebar? Thanks.
cubit sidebar: remove grandchildren
4 posts from 2 voices-
Posted 1 year ago #
-
Hi,
Open up sidebar.php and delete following code:<?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 1 year ago # -
Thank you very much!
Posted 1 year ago # -
Hey!
Glad that I could help you :)
Regards,
PeterPosted 1 year ago #
Topic Closed
This topic has been closed to new replies.














