Title: Removing certain meta
Last modified: August 22, 2016

---

# Removing certain meta

 *  Resolved [CB](https://wordpress.org/support/users/tng2013/)
 * (@tng2013)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/removing-certain-meta/)
 * Hello Richie, amazing theme and your support is incredible!
 * I would like to remove the author and comment meta info from the homepage and
   from the posts as well and only keep the date meta (so I just want to display
   the date and nothing else on both the homepage and posts page).
 * I know this can be done through custom CSS, just not sure on the code:
 * For the homepage, I’m using
 * .feat-meta {
    display:none; }
 * but it is hiding everything. Also, I don’t know what I would use for the posts.
   Your help would be greatly appreciated!

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

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/removing-certain-meta/#post-5904839)
 * add this to theme option->custom css
 * `#container .feat_author, #container .feat_comment, #container .post-author, #
   container .entry-date { display:none; }`
 *  Thread Starter [CB](https://wordpress.org/support/users/tng2013/)
 * (@tng2013)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/removing-certain-meta/#post-5904849)
 * Hi Richie,
 * Tried adding the CSS but unfortunately on the homepage it is still hiding everything(
   I need to show the date) and on the post page it is showing the category, not
   the date.
 * Here is the site: [http://www.attoday.pipeten.co.uk](http://www.attoday.pipeten.co.uk)
 * Any other ideas?
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/removing-certain-meta/#post-5904856)
 * did you remove your previous code?
    feat-meta { display:none; }
 * clear cache again..
 *  Thread Starter [CB](https://wordpress.org/support/users/tng2013/)
 * (@tng2013)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/removing-certain-meta/#post-5904860)
 * Yes, I removed the previous CSS and also cleared cache but it is still looking
   the same unfortunately. Could it be anything else?
 *  Thread Starter [CB](https://wordpress.org/support/users/tng2013/)
 * (@tng2013)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/removing-certain-meta/#post-5904862)
 * All sorted, as I wanted to just show the date I just needed to remove
    #container.
   entry-date from your code. Many thanks!

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

The topic ‘Removing certain meta’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mesocolumn/1.6.5.1/screenshot.
   png)
 * MesoColumn
 * [Support Threads](https://wordpress.org/support/theme/mesocolumn/)
 * [Active Topics](https://wordpress.org/support/theme/mesocolumn/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mesocolumn/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mesocolumn/reviews/)

## Tags

 * [author](https://wordpress.org/support/topic-tag/author/)
 * [comment](https://wordpress.org/support/topic-tag/comment/)
 * [display](https://wordpress.org/support/topic-tag/display/)
 * [hide meta](https://wordpress.org/support/topic-tag/hide-meta/)
 * [homepage](https://wordpress.org/support/topic-tag/homepage/)

 * 5 replies
 * 2 participants
 * Last reply from: [CB](https://wordpress.org/support/users/tng2013/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/removing-certain-meta/#post-5904862)
 * Status: resolved