Categories
WordPress

Memorandum #3.

同一記事の日本語版

   To make room at my navigation bar of o6asan’s Web Site, I did the next things.

  1. Open my header.php in the theme of o6asan’s Web Site.
  2. <?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.

Leave a Reply

Your email address will not be published. Required fields are marked *