How to exclude parent category but show child categories?
I spent almost two months building and debugging Total Widget Control to do exactly this for all of a sites widgets. Bear with me as I strip the code out of Total Widget Control and try to make it usable for you. global $wp_query $twc_menu_item_object = $wp_query->object_id; //is the object id of the current page. … Read more