List all categories in sidebar

Discussion in 'ClassiCraft WordPress Theme' started by themotorcycledude, Jul 18, 2013.

  1. themotorcycledude

    themotorcycledude Member

    Joined:
    Jul 11, 2013
    Messages:
    83
    Likes Received:
    0
    Hi, I notice that the sidebar only lists categories which contain ads. I would like to list all categories. Can you please let me know how to accomplish this?

    Thanks!
     

    Attached Files:

  2. themotorcycledude

    themotorcycledude Member

    Joined:
    Jul 11, 2013
    Messages:
    83
    Likes Received:
    0
    Please advise on how to do the above. Thanks.
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Theme is implemented on this logic
    Showing categories without listing will deliver bad impact on you site visitor. That visitor is clicking on any category and got nothing to see.
     
    amaconline likes this.
  4. themotorcycledude

    themotorcycledude Member

    Joined:
    Jul 11, 2013
    Messages:
    83
    Likes Received:
    0
    I have found a solution for this. If anyone wants all categories to show in the sidebar regardless of the number of ads in a category, do this:

    1. Go to classicrafttheme/library/widget/category_widget.php and edit the following line

    $cat_args = array('orderby' => 'name', 'show_count' => $c, 'hierarchical' => $h, 'taxonomy' => CUSTOM_CAT_TYPE, 'hide_empty' => 0,);

    hide_empty should be 0. This will show all categories regardless of whether they are empty or not.

    Now inktheme support, was that so hard? :-/
     

Share This Page