Title: BlogZone &#8211; remove date/days
Last modified: August 21, 2016

---

# BlogZone – remove date/days

 *  [kengalloway](https://wordpress.org/support/users/kengalloway/)
 * (@kengalloway)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/blogzone-remove-datedays/)
 * I am having trouble removing the date or “days ago”…i think i have to do it in
   the archive.php file, which i have already tried up to no avail. I don’t want
   to remove the time stamp entirely from the theme, just on file/pages that are
   called to show the category list, or what is showing up when the archive’s are
   called. For example, the articles/list showing up on the front page and the “
   articles” section. I have successfully removed the call from the “related posts
   sidebar” but can’t seem to find the file that it is being called for the above.
 * My website is [http://www.historicalpreterism.com](http://www.historicalpreterism.com)
 * Archive.php page here:
 * [http://pastebin.com/vA32zinD#](http://pastebin.com/vA32zinD#)
 * Thanks a bunch.

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/blogzone-remove-datedays/#post-3992848)
 * You could more easily do that by adding this to your Edit CSS:
 *     ```
       .entry-date {
          display: none !important;
       }
       ```
   
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/blogzone-remove-datedays/#post-3992849)
 * IF only on certain pages, you can add CSS selectors to target certain templates
   or pages. Which one(s)?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/blogzone-remove-datedays/#post-3992850)
 * For category template add:
 *     ```
       body.category .entry-date {
          display: none !important;
       }
       ```
   
 *  Thread Starter [kengalloway](https://wordpress.org/support/users/kengalloway/)
 * (@kengalloway)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/blogzone-remove-datedays/#post-3992851)
 * ok, i did that, and it worked. That is sufficient for now. Thanks a bunch!

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

The topic ‘BlogZone – remove date/days’ is closed to new replies.

## Tags

 * [archives](https://wordpress.org/support/topic-tag/archives/)
 * [dates](https://wordpress.org/support/topic-tag/dates/)
 * [removed](https://wordpress.org/support/topic-tag/removed/)
 * [time](https://wordpress.org/support/topic-tag/time/)

 * 4 replies
 * 2 participants
 * Last reply from: [kengalloway](https://wordpress.org/support/users/kengalloway/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/blogzone-remove-datedays/#post-3992851)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
