Hide a Page link from the header navigation menu

Discussion in 'WordPress' started by pratik, Aug 27, 2009.

  1. #1
    Hi there,

    I have a blog running using WordPress. I want to make few pages in the blog, but I don't them to reflect in my page navigation menu in the header.

    Is there a way I can hide particular pages from the header menu? I think there is a way in PHP to do so... but I am not sure..

    Any help on this would be great!

    thanks in advance :)
     
    pratik, Aug 27, 2009 IP
  2. surender19797

    surender19797 Peon

    Messages:
    131
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Check the header.php or index.php file.Menu links will be located there.
     
    surender19797, Aug 27, 2009 IP
  3. pratik

    pratik Notable Member

    Messages:
    2,308
    Likes Received:
    114
    Best Answers:
    0
    Trophy Points:
    200
    #3
    Well I found the solution...

    It was simple, only needed to add "&exclude= pageids" in the header file under page function :)
     
    pratik, Aug 27, 2009 IP