Title: Category text
Last modified: May 4, 2025

---

# Category text

 *  Resolved [michaelcrook](https://wordpress.org/support/users/michaelcrook/)
 * (@michaelcrook)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/category-text-3/)
 * I am trying to modify my theme, specifically the page that comes up under category,
   where it says, “Category: Blog Posts,” for example, and then lists the blog posts
   under that category. I have looked through everything, but what page holds that
   verbiage? I want to take that out and just show the posts themselves. Thank you
   in advance.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/category-text-3/#post-18449359)
 * To be able to help you, we would need to know a little more about your website.
   A link to the website, for example, would be worth its weight in gold.
 *  Thread Starter [michaelcrook](https://wordpress.org/support/users/michaelcrook/)
 * (@michaelcrook)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/category-text-3/#post-18449367)
 * [https://michaelcrook.org/category/blog-posts/](https://michaelcrook.org/category/blog-posts/)
 * I am trying to remove the “Category: Blog Posts.” Thanks.
 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/category-text-3/#post-18449392)
 * The text is the heading of your category pages. Removing it could have a negative
   impact on the findability of your website in search engines, as the topic-related
   heading would then be missing. However, the disadvantage would only be minimal,
   but I would still like to mention it.
 * Because I see several possible solutions:
    - The simplest would be to hide the text using CSS: `body.category-blog-posts
      h1 { display: none }` – you would have to insert this under Appearance > Customizer
      > Additional CSS.
    - Or you can change the template of categories. For this you need a child theme:
      [https://developer.wordpress.org/themes/advanced-topics/child-themes/](https://developer.wordpress.org/themes/advanced-topics/child-themes/)–
      there you would have to overload the PHP file that outputs the title for this.
    - Or you can ask the support forum of the theme you are using: [https://wordpress.org/support/theme/book-publisher-agency/](https://wordpress.org/support/theme/book-publisher-agency/)
    - Or you choose another theme where the possibilities for such customizations
      would be easier. There are also many free themes where you can sometimes influence
      something like this via an option without having to write code yourself.
 * Note: the first option only affects the heading of exactly this one category.
   If I have understood correctly, this is what you are looking for. With other 
   style specifications, you can also influence this on other pages.
 *  Thread Starter [michaelcrook](https://wordpress.org/support/users/michaelcrook/)
 * (@michaelcrook)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/category-text-3/#post-18449394)
 * Thank you!! Your first suggestion worked brilliantly and I don’t think it’ll 
   have a negative SEO impact. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Category text’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [michaelcrook](https://wordpress.org/support/users/michaelcrook/)
 * Last activity: [1 year, 1 month ago](https://wordpress.org/support/topic/category-text-3/#post-18449394)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
