KellyStone
Member
Posted 3 years ago #
I really want to show only parent pages on one of my blogs. I have searched and searched but can't find a way of doing this - even with plugins.
I'm sure that someone will know some code that could be placed in to do this.
Hope someone can help. Thanks.
raiaftab
Member
Posted 3 years ago #
Here you go...
<?php wp_list_pages('depth=1') ; ?>
Aftab
jennsweb
Member
Posted 3 years ago #
Actually tried that and the theme display got messed up a bit, so I tried this:
<?php wp_list_pages('title_li&depth=1'); ?>
Seemed to work after that!