• Resolved sunsi55

    (@sunsi55)


    Hi.

    When I create a page in the dashboard, is it possible to make it not show in the header of the website?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Some themes allow you to go to Appearance >> Menus

    In here you should see the pages that are in the menu, simply click on the arrow to expand it and click ‘remove’ then click ‘save menu’

    If you dont have a Menus section it will require you to edit the header.php file

    Thread Starter sunsi55

    (@sunsi55)

    How do I edit the header.php file to show spesific pages?

    Thread Starter sunsi55

    (@sunsi55)

    Thanks for the answer btw, but the menu thing did not go to well..
    I can create menues in apperances, but nothing changes in the header when I create a menu

    If the theme supports it you should be able to create a menu with just the pages that you want in it.. give it a name like ‘Header Menu’

    then in Appearance >> Editor >> header.php

    look for a line that says either

    wp_list_pages() or wp_nav_menu()

    and change it to:

    wp_nav_menu(array('name'=>'Header Menu'));

    Thread Starter sunsi55

    (@sunsi55)

    Thanks for answers and help.
    I can see now that my current theme does not supports it.

    Guess I have to edit my header.

    How do I do this to make my header link to “Page1”, “Page2”, etc..?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I create a page that is not visable in the header?’ is closed to new replies.