Title: Remove Category Name From Posts
Last modified: August 19, 2016

---

# Remove Category Name From Posts

 *  [blong](https://wordpress.org/support/users/blong/)
 * (@blong)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/remove-category-name-from-posts/)
 * I am using the twenty ten theme. I have links to seperate categories of posts
   in my navigation bar and on the page it lands on, it says Category Archives: 
   with the name of the category above the posts. Is there a way to remove this?

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/remove-category-name-from-posts/#post-1789299)
 * edit archive.php;
    remove the part enclosed in h1 tags
 *  Thread Starter [blong](https://wordpress.org/support/users/blong/)
 * (@blong)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/remove-category-name-from-posts/#post-1789309)
 * This is what I deleted
 *     ```
       <h1 class="page-title">
       <?php if ( is_day() ) : ?>
       				<?php printf( __( 'Daily Archives: <span>%s</span>', 'twentyten' ), get_the_date() ); ?>
       <?php elseif ( is_month() ) : ?>
       				<?php printf( __( 'Monthly Archives: <span>%s</span>', 'twentyten' ), get_the_date('F Y') ); ?>
       <?php elseif ( is_year() ) : ?>
       				<?php printf( __( 'Yearly Archives: <span>%s</span>', 'twentyten' ), get_the_date('Y') ); ?>
       <?php else : ?>
       				<?php _e( 'Blog Archives', 'twentyten' ); ?>
       <?php endif; ?>
   
       			</h1>
       ```
   
 * but it still says the category. Did I delete the wrong thing?
 *  Thread Starter [blong](https://wordpress.org/support/users/blong/)
 * (@blong)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/remove-category-name-from-posts/#post-1789351)
 * Ok I figured it out. I did delete the <h1> tags but they were in category.php.
   Thank you so much for your help!

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

The topic ‘Remove Category Name From Posts’ is closed to new replies.

## Tags

 * [archives](https://wordpress.org/support/topic-tag/archives/)
 * [categories](https://wordpress.org/support/topic-tag/categories/)
 * [category](https://wordpress.org/support/topic-tag/category/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [twenty ten](https://wordpress.org/support/topic-tag/twenty-ten/)

 * 3 replies
 * 2 participants
 * Last reply from: [blong](https://wordpress.org/support/users/blong/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/remove-category-name-from-posts/#post-1789351)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
