Title: Hide post meta data
Last modified: June 15, 2017

---

# Hide post meta data

 *  [Lucas Pool](https://wordpress.org/support/users/lrileypool/)
 * (@lrileypool)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/hide-post-meta-data-2/)
 * Hi,
 * what’s the best way to hide the date posted and author on single post pages? 
   Any help is appreciated.
 * [http://www.ozarksfloattrippin.com/a-guide-to-the-turquoise-jewels-of-the-missouri-ozarks/](http://www.ozarksfloattrippin.com/a-guide-to-the-turquoise-jewels-of-the-missouri-ozarks/)

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 12 months ago](https://wordpress.org/support/topic/hide-post-meta-data-2/#post-9231800)
 * This CSS will hide it:
 *     ```
       .entry-meta {
         display:none;
       }
       ```
   
 * **To add CSS:**
    - If you are using WordPress 4.7 or later, use the “Additional CSS” option in
      the customizer.
    - If your theme has a custom CSS option, use that to add the CSS shown above.
    - If not, install the plugin [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/).
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.
 *  Thread Starter [Lucas Pool](https://wordpress.org/support/users/lrileypool/)
 * (@lrileypool)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/hide-post-meta-data-2/#post-9231972)
 * Thank you, Steve Stern.

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

The topic ‘Hide post meta data’ is closed to new replies.

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [post metadata](https://wordpress.org/support/topic-tag/post-metadata/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Lucas Pool](https://wordpress.org/support/users/lrileypool/)
 * Last activity: [8 years, 12 months ago](https://wordpress.org/support/topic/hide-post-meta-data-2/#post-9231972)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
