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!
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.
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? :-/