Title: Remove Single Post Meta Data
Last modified: March 9, 2021

---

# Remove Single Post Meta Data

 *  Resolved [nick1996](https://wordpress.org/support/users/nick1996/)
 * (@nick1996)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-single-post-meta-data/)
 * Hello,
 * What code should I remove from the theme files to get rid of the single post 
   meta data appearing below posts / above comments section?
 * I don’t want to add additional CSS if I don’t have to.
 * Thanks for reading.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-single-post-meta-data%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [mrjarbenne](https://wordpress.org/support/users/mrjarbenne/)
 * (@mrjarbenne)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-single-post-meta-data/#post-14177877)
 * Adding a small snippet of CSS is going to be easier to maintain than creating
   a child theme for such a small change.
 * In Appearance/Customize you can add additional CSS. Here’s the snippet you would
   need:
 *     ```
       .entry-footer .posted-on {
       	display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Remove Single Post Meta Data’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwentyone/2.8/screenshot.
   png)
 * Twenty Twenty-One
 * [Support Threads](https://wordpress.org/support/theme/twentytwentyone/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwentyone/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwentyone/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwentyone/reviews/)

## Tags

 * [meta-data](https://wordpress.org/support/topic-tag/meta-data/)
 * [Twenty Twenty-One](https://wordpress.org/support/topic-tag/twenty-twenty-one/)

 * 1 reply
 * 2 participants
 * Last reply from: [mrjarbenne](https://wordpress.org/support/users/mrjarbenne/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/remove-single-post-meta-data/#post-14177877)
 * Status: resolved