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?
- category_count gives wrong number of posts in category
- How to get specific number of category post on a page or category page?
- Sort Category Archive pages and place sticky posts first
- Use same wordpress category base and tags as the prefix as the post permalink
- How to add custom prefix before category base for category page URL?
- Is there a function to modify existing previous/next post link without modifying theme files?
- Add custom fields to Woocommerce Category Page
- Category Redirection Problem
- Hierarchical outline of posts
- wordpress category rewrite rule with pagination
- WordPress how to remove parent slug from category URLs
- Display different sidebar based on search results from one category
- Adding category to existing post (uploaded file)
- Add Input Form for Select Category Like Tags
- CPT Custom post type Tags & Categories not showing for ‘Editor’ user in editor
- how to create a page that shows all of multiple category posts on a single page
- Quick Edit on taxonomy names results in error
- Can’t create tags or categories
- Invalid login email notification for password-protected category
- Add custom text in second paragraph of posts in specific category
- How to remove the category from the url only for a specific category of articles on wordpress
- Restricted category in Woocommerce [closed]
- How to make /category/ URL load properly instead of 404 error?
- Fetch Post Category
- Remove product meta from single product page
- How to get parent and child sub category (Taxonomy) order to display
- Categories Not Showing in breadcrumbs in posts
- WordPress Related Posts by Title and Category
- How can I get the categories and subcategories separately?
- Keeping posts in Categories
- My Website Having Duplicate Category Titles On 1,2,3 pages
- select posts from sql except posts from specific category
- category id (term_id) in url instead of slug
- Prevent posts assigned to sub-categories being accessible also through top category URL
- Organizing pages into different categories/sections
- Display last category child in permalink
- Elementor : display only one category in loop grid
- How can I filter Query Loop to show only posts in current category?
- Trouble Fetching Posts Using WordPress API: No Response from Specific Category
- exclude certain categories from the list at the end of the blog post
- How to only show sub-categories of current category (FSE, block editor)
- Products showing up in subcategory when they shouldn’t
- Adding 400 product categories with their hierarchy to a navigation menu
- Category and tags are not working properly
- How To Remove Parent Category from Child Category URL?
- How to edit category/archive page?
- Category archive page redirects to home page
- WP-PageNavi not working on category.php
- How to query by subcategory and, if there are fewer than 10 posts in that subcategory, fill out with posts from parent category
- change the listing type of categories block?
- Python rest api post article, update problem
- Exclude category in widget through child theme
- Disable Category Link
- Error while add Category or Tag in WordPress
- Display posts on category archive organized into subcategories?
- Link from page to category posts
- WordPress dynamic select with category and authors
- WordPress add menu items display slug too
- How to make query loop block dynamic
- Exclude category when displaying all categories assigned to a post
- Is there a standard “Archive” block that shows ALL posts from a specified category?
- Using same term for slug and category
- How to display posts from a specific tag in the current category on a single page
- When using get_terms with hide_empty = true, terms that only contain scheduled posts are not returned. How to override this?
- How do we ReWrite HTACCESS to point a cat/subcat Product URL, to Cat/ only?
- Changing category base slug results in 404 errors on posts?
- How to hide specific categories in the “add post” section for specific user roles?
- Link to a specifc category?
- Hide product categories if empty by leaving them positioned in the same place in the menu
- How to update blog post categories in WordPress?
- WP_Query with multiple categories unexpected behavior
- Two related taxonomies. how to filter terms in second taxonomy depending on selected term in first taxonomy on Post edit page?
- Categories breadcrumb in a hierarchical order
- Menu item on a category
- What would be the easiest way to show subcategories under specific parents as text links only?
- Display posts in a random order for a specific category
- How can I display the category descriptions below the category name using a functions.php filter?
- Category page 2 url doesn’t exist