Title: Hide category posts title
Last modified: June 20, 2017

---

# Hide category posts title

 *  [ericaski](https://wordpress.org/support/users/ericaski/)
 * (@ericaski)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/hide-category-posts-title/)
 * _[ Moderator note: [moved to Fixing WordPress](https://wordpress.org/support/topic/before-posting-in-everything-wordpress/?view=all).]_
 * I’ve created two different post pages by using categories, so the pages that 
   are titled News and Blog are both showing a title like the following that I want
   hidden:
 * “Category: News”
 * I’ve read through other posts but none of the solutions work for me. Thank you.
 * [http://bobcheevers.com](http://bobcheevers.com)

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

 *  [uamv](https://wordpress.org/support/users/uamv/)
 * (@uamv)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/hide-category-posts-title/#post-9243108)
 * [This little snippet of code](https://developer.wordpress.org/reference/hooks/get_the_archive_title/#user-contributed-notes)
   should do the trick for you. It utilizes the filter `get_the_archive_title` to
   strip the prepended text. I’ve not tested it myself.
 *  [Lawrence Eagles](https://wordpress.org/support/users/lawrenceagles/)
 * (@lawrenceagles)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/hide-category-posts-title/#post-9244034)
 * Can hide the title using CSS. Try out this code snippet by adding it to you css
   file.
 * .page-header{
    display:none; }
 * If this fails, all you have to do is inspect the page using chrome developer 
   tools.
    [learn how here](https://developers.google.com/web/tools/chrome-devtools/?hl=en)
 * Look for the class name or page ID
    Then in the code snippet I gave you replace“.
   page-header” with the class name or page id. This should do the job.
 * Or can simply follow this step by step guide to make things a lot easier:
    [Hide Page Title or Post Title on a Case by Case Basis](https://premium.wpmudev.org/blog/wordpress-hide-page-title-or-post-title-on-a-case-by-case-basis/?imob=b&utm_expid=3606929-106.UePdqd0XSL687behGg-9FA.1&utm_referrer=https%3A%2F%2Fwww.google.com.ng%2F)
 *  [Lawrence Eagles](https://wordpress.org/support/users/lawrenceagles/)
 * (@lawrenceagles)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/hide-category-posts-title/#post-9244041)
 * Can hide the title using CSS. Try out this code snippet by adding it to you css
   file.
 * .page-header{
    display:none; }
 * If this fails, all you have to do is inspect the page using chrome developer 
   tools.
    [learn how here](https://developers.google.com/web/tools/chrome-devtools/?hl=en)
 * Look for the class name or page ID
    Then in the code snippet I gave you replace“.
   page-header” with the class name or page id. This should do the job.
 * Or you can simply follow this step by step guide to make things a lot easier:
   
   [Hide Page Title or Post Title on a Case by Case Basis](https://premium.wpmudev.org/blog/wordpress-hide-page-title-or-post-title-on-a-case-by-case-basis/?imob=b&utm_expid=3606929-106.UePdqd0XSL687behGg-9FA.1&utm_referrer=https%3A%2F%2Fwww.google.com.ng%2F)
 *  Thread Starter [ericaski](https://wordpress.org/support/users/ericaski/)
 * (@ericaski)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/hide-category-posts-title/#post-9256080)
 * UAMV your suggestion worked!! Thank you.
 * Lawrence David I had tried the hide page header code before but it did not work
   for me.

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

The topic ‘Hide category posts title’ is closed to new replies.

## Tags

 * [categories](https://wordpress.org/support/topic-tag/categories/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [ericaski](https://wordpress.org/support/users/ericaski/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/hide-category-posts-title/#post-9256080)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
