Hello,
I added a horizontal nav bar under my banner on my site. I want to display the links there. I would like to how I can delete the vertical page links list at the top of the sidebar. help please.
thanks
-Shay
Hello,
I added a horizontal nav bar under my banner on my site. I want to display the links there. I would like to how I can delete the vertical page links list at the top of the sidebar. help please.
thanks
-Shay
Just open your sidebar.php file in the theme folder and delete the section that calls the Pages list.
Most likely something like
<?php wp_list_pages('title_li=' . __('Pages') . '' ); ?>
or similar.
That was simple.
Thanks a bunch Moshu!
This topic has been closed to new replies.