Word Press Help : Don't want to show certain categories in menu.

Discussion in 'Blogging' started by hmansfield, Dec 9, 2008.

  1. #1
    Can anyone help with a snippet of code and some simple instructions, or a plug in that will allow me to remove certain categories from the categories menu, while still allowing me to post in that category ?

    Any help is appreciated, thanks
     
    hmansfield, Dec 9, 2008 IP
  2. Pixelrage

    Pixelrage Peon

    Messages:
    5,083
    Likes Received:
    128
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Here's some code that I use in my sub-nav bar. It's within a dropdown menu, but you'll get the idea...just note how I'm using the include parameter to select only specific category ID #'s:

    In case you don't know, you can find category ID's by going to your category page in the admin panel, and hovering your mouse over each category name. It will show the ID in the lower left hand side of your screen, within the URL. Just include those ID #'s next to that include statement, and only they will show up in your menu.
     
    Pixelrage, Dec 9, 2008 IP
  3. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #3
    Ok Thanks. I'm going to tackle it right now
     
    hmansfield, Dec 9, 2008 IP