Title: Remove Author from Posts
Last modified: August 22, 2016

---

# Remove Author from Posts

 *  [kearaflynn](https://wordpress.org/support/users/kearaflynn/)
 * (@kearaflynn)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-author-from-posts-2/)
 * Using a free theme and can’t find the appropriate part of code to remove the “
   author” credit at the top of each post.
 * [http://www.kearalorraine.com](http://www.kearalorraine.com)
 * There’s only one post up right now, under “Travels.”
 * Thank you!

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

 *  [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-author-from-posts-2/#post-5851149)
 * Here is what you need.
 *     ```
       .entry-meta, .entry-meta a, .entry-footer, .entry-footer a {
       display: none;
       }
       ```
   
 * You should create a child-theme or if you aren’t going to do major customizations
   to your site you can use this plugin to enter your custom css code.
    [http://wordpress.org/plugins/simple-custom-css/](http://wordpress.org/plugins/simple-custom-css/)
 *  Thread Starter [kearaflynn](https://wordpress.org/support/users/kearaflynn/)
 * (@kearaflynn)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/remove-author-from-posts-2/#post-5851157)
 * Still not working…
 * Here’s what I did:
 * -Clicked on your link. Downloaded, saved & uploaded. Installed.
    -Went to “Appearance”
   in the Dashboard, then “Custom CSS” -Entered the following & saved:
 * /*
    .entry-meta, .entry-meta a, .entry-footer, .entry-footer a {display: none;}*/
 * Where did I go wrong?
 * K

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

The topic ‘Remove Author from Posts’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [kearaflynn](https://wordpress.org/support/users/kearaflynn/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/remove-author-from-posts-2/#post-5851157)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
