Title: Remove author from posts
Last modified: December 15, 2018

---

# Remove author from posts

 *  Resolved [needsomeWPhelp](https://wordpress.org/support/users/needsomewphelp/)
 * (@needsomewphelp)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/remove-author-from-posts-8/)
 * Where is the setting to remove the author from each post? I don’t want it on 
   there.
    Thanks, Mike
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-author-from-posts-8%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [VW THEMES](https://wordpress.org/support/users/vowelweb/)
 * (@vowelweb)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-author-from-posts-8/#post-10998035)
 * Hello [@needsomewphelp](https://wordpress.org/support/users/needsomewphelp/),
 * Add the below CSS code in additional CSS from customizer.
 * Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below
   and save.
 * span.entry-author {
    display: none; }
 * Thanks.
 *  Thread Starter [needsomeWPhelp](https://wordpress.org/support/users/needsomewphelp/)
 * (@needsomewphelp)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-author-from-posts-8/#post-11022272)
 * Oh, thank you! What code can I add to remove the Publish Date and number of Comments?
   
   Mike
 *  Theme Author [VW THEMES](https://wordpress.org/support/users/vowelweb/)
 * (@vowelweb)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-author-from-posts-8/#post-11022957)
 * Hello [@needsomewphelp](https://wordpress.org/support/users/needsomewphelp/),
 * Add the below code in additional CSS, it will remove publish date and comments
   option from the post.
 * .metabox {
    display: none; }
 * Thanks.
 *  Thread Starter [needsomeWPhelp](https://wordpress.org/support/users/needsomewphelp/)
 * (@needsomewphelp)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-author-from-posts-8/#post-11031334)
 * That worked great. Is there a way to modify or remove the date from the blog 
   post summary (the red box next to each post)? I’m trying not to highlight the
   publish date.
 *  Theme Author [VW THEMES](https://wordpress.org/support/users/vowelweb/)
 * (@vowelweb)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/remove-author-from-posts-8/#post-11196336)
 * Hello [@needsomewphelp](https://wordpress.org/support/users/needsomewphelp/),
 * Add the below code in additional CSS, it will remove publish date and comments
   option from the post.
 * .metabox {
    display: none; }
 * Thanks

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

The topic ‘Remove author from posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/vw-ecommerce-shop/1.4.6/screenshot.
   png)
 * VW Ecommerce Shop
 * [Support Threads](https://wordpress.org/support/theme/vw-ecommerce-shop/)
 * [Active Topics](https://wordpress.org/support/theme/vw-ecommerce-shop/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/vw-ecommerce-shop/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/vw-ecommerce-shop/reviews/)

## Tags

 * [author](https://wordpress.org/support/topic-tag/author/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * 5 replies
 * 2 participants
 * Last reply from: [VW THEMES](https://wordpress.org/support/users/vowelweb/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/remove-author-from-posts-8/#post-11196336)
 * Status: resolved