Results 1 to 3 of 3

Thread: Exclude Categories from header navigation

  1. #1
    Thread Starter
    Newbie spiderzaur's Avatar
    Join Date
    Aug 2011
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Exclude Categories from header navigation

    I am trying to exclude few categories from header categories navigation.

    Changed line #1850 on theme-functions.php from this:
    Code:
    $cats = get_categories('hide_empty=0&hierarchical=0&pad_counts=1&show_count=1&orderby=name&order=ASC&taxonomy='.APP_TAX_CAT);
    TO this:
    Code:
    $cats = get_categories('hide_empty=0&hierarchical=0&pad_counts=1&show_count=1&orderby=name&order=ASC&exclude=17,18,19&taxonomy='.APP_TAX_CAT);
    I know it is basic wordpress function But still does NOT work. I am using wordpress v3.2.1 and classipress v3.1.4

    i would really appreciate any help guys!

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Amateur wouterjr's Avatar
    Join Date
    Jul 2011
    Posts
    13
    Thanks
    4
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [MOD NEEDED] Classipress Header Navigation Menu
    By ustme in forum ClassiPress General Discussion
    Replies: 2
    Last Post: May 5th, 2011, 05:04 PM
  2. Classipress Header Navigation Menu
    By ustme in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: May 2nd, 2011, 02:24 AM
  3. Change Header Navigation
    By Anthony in forum Report JobRoller Bugs
    Replies: 1
    Last Post: January 11th, 2011, 12:13 AM
  4. header navigation graphics
    By alinimmo in forum ClassiPress General Discussion
    Replies: 5
    Last Post: October 6th, 2010, 07:21 PM