Home > Tips & Tricks > Display Author Bio in WordPress

Display Author Bio in WordPress

Hello friends, in this trick I will show you how you can display the author bio, name, description, avatar, and email at the front in WordPress.

You can use the built-in WordPress function to display the author bio detail in WordPress and you can style it as you want.

Display Author Description

To display the author description, use the the_author_meta() and get_the_author_meta() function with passing the ‘description’ parameter in it.

Display Author Display Name

To display the author display name, use the the_author_meta() and get_the_author_meta() function with passing the ‘display_name’ parameter in it.

Display Author Email

To display the author email, use the the_author_meta() and get_the_author_meta() function with passing the ‘user_email’ parameter in it.

Display Author Avatar

To display the author email, use the get_avatar() function with passing the user email and size of avatar parameter in it.

Hope you like it.

Note: The function starting with the_* prefix will echo the result and the function starting with get_* will return the result.

Being Tricky 😉

Photo of author

About Aman Mehra

Hey there! I'm Aman Mehra, a full-stack developer with over six years of hands-on experience in the industry. I've dedicated myself to mastering the ins and outs of PHP, WordPress, ReactJS, NodeJS, and AWS, so you can trust me to handle your web development needs with expertise and finesse. In 2021, I decided to share my knowledge and insights with the world by starting this blog. It's been an incredible journey so far, and I've had the opportunity to learn and grow alongside my readers. Whether you're a seasoned developer or just dipping your toes into the world of web development, I'm here to provide valuable content and solutions to help you succeed. So, stick around, explore the blog, and feel free to reach out if you have any questions or suggestions. Together, let's navigate the exciting world of web development!

Leave a Comment