To make room at my navigation bar of o6asan’s Web Site, I did the next things.
- Open my header.php in the theme of o6asan’s Web Site.
- <?php wp_list_pages(‘title_li=&depth=2&sort_column=menu_order’) ?>
—>
<?php wp_list_pages(‘exclude=xx,yy&title_li=&depth=2&sort_column=menu_order’) ?>The xx is “Home” ID.
The yy is “My server’s restoration note” ID.
Then, I’ve had room I wanted.