Results 1 to 2 of 2

Thread: Child Categories hidden but leaving a blank spot where it would be

  1. #1
    Thread Starter
    facultyoc's Avatar
    Join Date
    Oct 2011
    Location
    United States
    Posts
    229
    Thanks
    2
    Thanked 1 Time in 1 Post

    Child Categories hidden but leaving a blank spot where it would be

    Here is the code I am using:
    PHP Code:
    <?php

    /*

    Template Name: Home Template

    */

    ?>




    <?php






     $args 
    = array(


                        
    'orderby' => 'name',
                             
    'show_count' => -1,
                             
    'hierarchical' => true
                              
    'taxonomy' => 'job_cat'
                            
    'title_li' => '',
    'exclude' =>'23,25',
    'order' => 'ASC',
    'depth' => 1,

        
    'walker'             => 'Walker_Category' );





    $job_cats    =    get_categories$args );
    ?>
    and here is the result:

    Capture.JPGCapture.JPG

    the child category is called "test" and would fall where the blank spot it

  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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] categories link displays blank page
    By abhijeet in forum Help Using Vantage (Legacy)
    Replies: 10
    Last Post: October 5th, 2013, 02:03 AM
  2. categories link displays blank page
    By abhijeet in forum Vantage General Discussion (Legacy)
    Replies: 0
    Last Post: September 22nd, 2013, 07:40 AM
  3. Replies: 2
    Last Post: August 7th, 2013, 08:39 PM
  4. Replies: 10
    Last Post: July 2nd, 2012, 04:52 AM
  5. [SOLVED] Hidden Sub-Categories
    By shill in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: February 1st, 2012, 07:07 PM