Since I already created a horizontal menu listing all my main pages, I want to remove the pages list from sidebar. The theme template file that need to edit is sidebar.php. I just need to remove this line, <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?> as shown below:
40 41 42 43 44 |
|
After removing the line, the sidebar.php will become:
40 41 42 |
|
No Comments
No comments yet.