Title: Hide the &#8220;author&#8221;
Last modified: October 20, 2022

---

# Hide the “author”

 *  [bastamanography](https://wordpress.org/support/users/bastamanography/)
 * (@bastamanography)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/hide-the-author-2/)
 * hi .. how to be hide the author name (meta section), include “published by …”
   in after post? thank you

Viewing 1 replies (of 1 total)

 *  Theme Author [Rough Pixels](https://wordpress.org/support/users/roughpixels/)
 * (@roughpixels)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/hide-the-author-2/#post-16120091)
 * The pro version actually has that functionality, but to hide this, you can do
   it this way:
 * Go to Appearance >> Customize >> Additional CSS
 * Copy and paste this in and Publish/Save it:
 *     ```
       .entry-meta .byline {
           display: none;
       }
       ```
   
 * If your reference to “Published by” is for the author details below the post 
   article, also add this:
 *     ```
       .author-content {
           display: none;
       }
       ```
   
 * Hopefully, that helps.
 * Regards,
    Andre

Viewing 1 replies (of 1 total)

The topic ‘Hide the “author”’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fifty50/1.1.2/screenshot.jpg)
 * Fifty50
 * [Support Threads](https://wordpress.org/support/theme/fifty50/)
 * [Active Topics](https://wordpress.org/support/theme/fifty50/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fifty50/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fifty50/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Rough Pixels](https://wordpress.org/support/users/roughpixels/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/hide-the-author-2/#post-16120091)
 * Status: not resolved