How to add the sidebar in all category page
the following code will work as for per your custom post type add the following code in sidebar.php to show your custom post type category <?php //list terms in a given taxonomy using wp_list_categories (also useful as a widget) $orderby = ‘name’; $show_count = 0; // 1 for yes, 0 for no $pad_counts = 0; … Read more