I 'd like to make only main nav pages are displayed in navbar.
So I changed the 'depth=0' to 'depth=1' below.
<?php wp_list_pages('title_li=&depth=1'); ?>
But it didim't work.
Does someone know what could be happening and how to fix it?
Thank you very much!!