Home › Forums › Support › Add Author Image to Single Post Entry Meta This topic has 7 replies, 2 voices, and was last updated 2 years, 4 months ago by Elvin. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts February 12, 2019 at 9:44 am #808541 Navaneetha Hai. I would like to add Author image to single post entry meta. This one https://docs.generatepress.com/article/entry-meta-style/ Not working for me. Can u please help me to add this. February 12, 2019 at 4:05 pm #808785 LeoStaff Customer Support Hi there, Can you make sure Display Post date is activated? https://docs.generatepress.com/article/blog-content-layout/ February 12, 2019 at 4:18 pm #808800 Navaneetha Hey there. I don’t want to make post date visible. I want to visible the Author image & author name only in the entry meta Thanks February 12, 2019 at 9:34 pm #808915 TomLead Developer Lead Developer Hi there, Try this function: add_filter( 'generate_post_author_output', function( $output ) { $avatar = get_avatar( get_the_author_meta( 'ID' ) ); if ( $avatar ) { return $avatar . $output; } return $output; } ); Then this CSS: .entry-meta .avatar { width: 25px; border-radius: 50%; vertical-align: middle; margin: 0 5px; } Let me know ๐ February 12, 2019 at 10:35 pm #808930 Navaneetha Thank you so much.Its working February 13, 2019 at 8:28 am #809477 TomLead Developer Lead Developer You’re welcome ๐ January 19, 2021 at 6:28 pm #1625678 Randy Hi tom, thanks for your great support. I wanna show this https://docs.generatepress.com/article/entry-meta-style/ only in single? I try disable meta author in blog archive by customizer but it didnt work. January 19, 2021 at 7:18 pm #1625702 ElvinStaff Customer Support Hi Randy, Can you open a new topic for your concern? So you could use the private information text field to provide the site details. Thank you. Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In