That title is coming from archive.php file of TwentySixteen theme.
You can find a <header> code section in that file.
What you can do, simply copy the archive.php file as category.php
and then remove the following code section from category.php file:
<header class="page-header">
<?php
the_archive_title( '<h1 class="page-title">', '</h1>' );
the_archive_description( '<div class="taxonomy-description">', '</div>' );
?>
</header><!-- .page-header -->
In case you want to show only Category name as page title, then instead of removing the above code from category.php file, just replace the the_archive_title method with:
printf('<h1 class="page-title">%1$s</h1>', single_cat_title('', false));
Related Posts:
- How to remove “Category : …”
- Remove “Category Archives: title” at the top of a category page [duplicate]
- Display all posts with same title
- 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 titles?
- Hard coded main navigation
- how to remove the default title of Categories widget
- How to Remove a Title from All Category and Tags Page?
- About title on a page
- Set category page title in custom theme [closed]
- Show different title on category page
- Output Title of Post’s Current Category
- Shop Category Pages missing s
- Include a page’s “category” in its URL
- Category name as page title
- How to auto update post title and slug with category name when post status is updated
- How do you add Author and date Published on Category Pages?
- how to display page title only for child category pages
- 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?
- How to create an automatic MultiColoumn MegaMenu with Categories WordPress
- How To Find Out WordPress Category Table in MYSQL?
- Add custom field to Category
- Does the ‘cat’ argument in query_posts fetch posts from subcategories as well as the given ID?
- Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
- Display list of Sub-Categories and the posts they contain, within one main Category
- How to get this only in small letters (lowercase)? [closed]
- How to totally get rid of Category in my blog?
- Is there a function to cause empty categories not to show in menus?
- Category Specific Archive
- Is there a plugin that will completely remove the category system?
- How to get the number of child categories a specific parent category has?
- Removing category base form links messes up the parent-child behavior
- How to get only the last child of category slug?
- Exclude category from loop not working
- Multisite – create a category in specific site
- How to list only child categories?
- How do you remove display of WooCommerce product category on single product page?
- Show recent posts in menu?
- Cannot add / edit categories to a post anymore
- List archived posts by subcategory
- What’s the Simplest Way to Override/Rewrite the %category% Permalink Structure Tag?
- Convert the default sub-category dashes to bullets or any other characters
- How to check category of of custom post type or not
- Set a them for all subset of category
- How to query post like normal search would do. within search.php page
- WordPress Get Posts from each category equally
- Unwanted Duplicate Product Categories in WooCommerce
- Why custom taxomony not showing when create a post?
- Single.php Category Post Count
- wp_list_categories with show_count, except for specific categories
- How do I include the category next to the title of a post?
- Show the amount of posts in a tag in a specific category has
- Adding a H1 Tag to Post Tags automatically, but hide the tag? (Same for Category)
- How do I add a category to my post_type
- Add posts of a certain category to a page
- Show 10 Sub Categories Per Parent Category Page?
- Conditional category & tag statement
- How can I filter posts by tag on the fly
- Post Loop Category first show parent then child
- How to display posts from specific category using get_option function?
- wp_nav_menu not appearing correctly on category page
- Post not found when filtered by category ID
- How to detect /category and /tag base pages?
- How to Show or Hidden Categories on page in WordPress?
- Display all posts from selected category
- Is there any better/faster code than this ? It shows the categories that an author had ever posted in
- How to show only child categories using the_category();
- category description not showing in my woocommerce
- How to get immediate children of a ‘term’ parent id through ‘get_terms’?
- Hide Some Categories in Post Editor
- in post content shortcode works, but hardcoded in same page template doesn’t?
- Only 10 of 233 categories selectable when adding a new post
- When creating category, it creates automatically tag, or, when creating tag, it creates automatically category in same name
- Should I select only the last child product category?
- List posts from a category and embed them into a page
- Exclude category from WP_Query args not working
- How to echo Tags and Categories as plain text
- Get category of a taxonomy for a queries object in a loop
- Make related posts display first in search result
- Display sub categories of a parent product in products – woocommerce [closed]
- Loop within category’s posts
- WordPress edit.php category filter to show only posts from direct category and not posts from it child category
- How can I just show portfolio items from 1 category on portfolio page?
- How to add a new child category via an SQL statement?
- Loops in category description
- Link categories to last post
- wp_list_categories not working on my live site
- Remove Comments section from certain category posts
- add an image field to wordpress category
- How to display a linked category name with get_the_category
- Not able to display category link and name [closed]
- How to display category list with category description
- how do i set an image for a category in admin panel
- Issue on Listing Sub Product Categories In Woocommerce
- How to retrieve posts from parent category, splitting them per children when displayed?
- Display Product category in archive product page
- Categories and products woocommerce wordpress