There is a filter you can use to do this. (Kruti has even found it, but instead of using it, he modified core files…)
$title = apply_filters('widget_title', empty( $instance['title'] ) ? __( 'Categories' ) : $instance['title'], $instance, $this->id_base);
So what you really need to do, is to add this to your functions.php:
function my_repair_categories_empty_title($title, $instance, $base) {
if ( $base == 'categories' ) {
if ( trim($instance['title']) == '' )
return '';
}
return $title;
}
add_filter('widget_title', 'my_repair_categories_empty_title', 10, 3);
Related Posts:
- Display all posts with same title
- Using wp_category_checklist in a widget
- How to remove the parentheses from the category widget
- How to create a widgetized sidebar for every category dynamically?
- Customizing Default Categories Widget
- Remove “Category Archives: title” at the top of a category page [duplicate]
- I want to create a posts widget and be able to select categories
- How to have Multiple Archives Widgets, one archive widget per category (in a different page)?
- Categories lose hierarchy order once assigned to post
- Add Icons to the Product Category Sidebar Widget WooCommerce
- How to get post category title within the loop?
- Single_cat_title() print the title before text
- Add title, post content, and category like add_post_meta and update_post_meta
- How to remove “Category : …”
- How to remove category titles?
- How to display widgets inside a page content without a plugin?
- Hard coded main navigation
- How do you categorize pages?
- WordPress category widget only show categories with children
- Customize WordPress widget – Product Category
- Post Count for Categories, however not to calculate a total
- How do I make the category sidebar widget (stock) display the total # of posts including those in subcategories?
- Categories widget show empty?
- Is it possible to remove from default category widget?
- How to show 5 posts from specific category on related page?
- How to Remove a Title from All Category and Tags Page?
- About title on a page
- Set category page title in custom theme [closed]
- display a widget on specific category and its sub categories
- Multiple selection for wordpress widget
- Show different title on category page
- How to not display subcategories in Recent Posts widget area?
- How to Sync Menu, Widgets and other masters from Main Website to its Sub Site
- Tags Instead of Category
- How to hide widget from certain category
- Last x Posted Categories?
- WordPress category filters as subcategories
- Output Title of Post’s Current Category
- exclude certain categories form archive widget
- Conditional widget for theme template file
- Add filter for specific category only
- Shop Category Pages missing s
- Exclude a category from block editor’s category widget
- How can I display the category name in the single post when using WP Blog and Widget?
- Include a page’s “category” in its URL
- Category name as page title
- How to Change Sort Order of default WordPress Catgory Widgets?
- How to add an “All” category to the tag cloud?
- Custom file with special code of category widget
- How to auto update post title and slug with category name when post status is updated
- in_category(‘category-sluga’) returns true for Archive page of Category ‘category-slugb’
- How do you add Author and date Published on Category Pages?
- Problem with single posts not showing correct category sidebar
- How To Disable Category Hierarchy In Categories Widget?
- how to display page title only for child category pages
- single category widget with conditional terms
- Customize category query in widget
- Weird html output of single_cat_title – is not inside of the html element?
- How to hide my categories pages’ names, and how as well to reduce the space beween my sidebar’s widgets?
- Exclude category in widget through child theme
- How to remove “Category:” title prefix in Twenty Sixteen theme?
- How to noindex, follow a specific category wordpress?
- Displaying a Category on a WordPress Page
- How to remove “Categories:” part after the post title? [closed]
- Category pages resolving with and without category prefix
- Wrong category in URLs accepted like the correct one
- loop in single.php of the same category
- Show alternative menu based on page template AND post category
- Category pages redirecting to tab on Posts page grid
- How can I add different custom fields for each category in the same post?
- How Can I Display the Category Description in a Theme with no Category.php or Archive.php?
- WooCommerce showing active product categories on single product page
- How to change category labels in different colors?
- how to exclude specific category types (uncategorized) from blog page?
- Display some WordPress categories as random order
- How can i echo next and previous custom category from a Taxonomy
- Correct Hook/Filter to amend category choices on post edit page
- how to give different template to each subcategory from same parent category?
- How to allow each editors to only edit certain categories?
- How to create a table with counts of category combinations?
- selecting categories that have products with tag/category
- Bulk assign posts to a category using SQL (MySQL)
- sort post category listing
- Create/Set Category as Title of Post
- Excluding specific category from custom theme functions
- Show category in post page, that is in specific category
- Using the slug of a custom post category as prefix for the underlying custom post slugs
- How to insert category to post via php?
- Restrict retrieved terms by category?
- Only 10 of 233 categories selectable when adding a new post
- Change background image page header overlay for each category
- List non-empty categories from a custom post type
- When creating category, it creates automatically tag, or, when creating tag, it creates automatically category in same name
- Retrieving Categories based on the first character of the name
- How to list all categories a post is in, but exclude current post´s category on single post page
- Get only children category name
- Posts says they are uncategorized but they are not
- Is there a way to fetch the category of a page when using wp_list_pages?
- Pass WordPress variable to the next page
- How to fix 404 error in pagination in categories of woocommerce with common url base /shop/?