// Add category title add_action('woocommerce_before_main_content', 'show_category_title', 10, 2); function show_category_title() { $cat_title = single_tag_title("", false);read more...