Title: Author in posts
Last modified: November 28, 2018

---

# Author in posts

 *  [dovisb](https://wordpress.org/support/users/dovisb/)
 * (@dovisb)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/author-in-posts/)
 * Hey, how I can hide author’s name and other information showing in every single
   post?

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

 *  [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * (@addweb-solution-pvt-ltd)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/author-in-posts/#post-10929611)
 * Hello dovisb,
 * Add below css code into your current active child theme’s style.css file or you
   can add additional css option in theme customizer
 *     ```
       .post-byline {
          display:none;
       }
       ```
   
 * Hope this will helps you.
 * Thanks.
 *  [rcouvrette](https://wordpress.org/support/users/rcouvrette/)
 * (@rcouvrette)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/author-in-posts/#post-10930404)
 * Hi!
 * On the advice of a friend who understands this stuff way better than I do, I 
   put two things in the css option in theme customizer:
 * .post-byline {display: none;}
    .post-tags {display: none;}
 * It worked! The byline disappeared. The tags at the bottom of the post disappeared.
   BUT the spaces where the bylines and tags were are still there. Annoying. A lot
   of space especially where the tags were.
 * How to get rid of these spaces?
 * Thanks!
 * Roger.
 * I love the Hueman Pro theme!
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/author-in-posts/#post-10932763)
 * Hi Roger,
    ​ You can try taking advantage of tools such as Inspect or Firebug
   which can aid in customizing. These are useful 3rd party tutorials on how to 
   go about using Inspect. ​   [https://developers.google.com/web/tools/chrome-devtools/inspect-styles/](https://developers.google.com/web/tools/chrome-devtools/inspect-styles/)​
   Thank you!

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

The topic ‘Author in posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/author-in-posts/#post-10932763)
 * Status: not resolved