Is there a way to remove specific categories from display via shortcode?
For example, using this shortcode:
[gd_categories title=”new cat test-2″ title_tag=”h4″ post_type=”gd_place” cpt_ajax=”0″ hide_empty=”1″ hide_count=”1″ sort_by=”az” max_level=”1″ max_count=”all” max_count_child=”all” no_cpt_filter=”0″ no_cat_filter=”0″]
It removes empty categories, which is great. But I’d actually like to define a couple of additional categories to remove from display.
In the gd_listings shortcode builder, there is a slick interface to do this (category=”3789,3907,3815″). Any such option for creating gd_categories display?
I can do this via CSS, but if there was a way to include/exclude specific categories in the shortcode creation, that would be great.
Thank you.