Tag Archives: post

Add Authors Profile to WordPress post

Add Authors Profile to WordPress post In this we do like to share how to add  authors profile on WordPress posts.Copy the below code and add it to you single post.php file.Add it after the loop of the post. < ?php echo get_avatar( get_the_author_id() , 100 ); ?> Article by