Hi,
Unfortunately there is no option for this at the moment. Maybe you can search for a plugin with that capability for your website. This is where you can make modifications in the theme if you would like to implement something like this – https://www.screencast.com/t/Mvtd8ujUc4eF
Thanks
i have a code HTML for add Profile Picture Beside Name Author look here;
<p><?php esc_html_e( 'By', '' ); ?><p><span class="author-name vcard fn author" itemprop="name"><?php the_author_posts_link(); ?></span> <?php $authtwitter = get_the_author_meta( 'twitter' ); if ( ! empty ( $authtwitter ) ) { ?><span class="mvp-author-twit">" class="twitter-but" target="_blank"><i class="fa fa-twitter fa-2"></i></span><?php } ?> <?php $mvp_email = get_option('mvp_author_email'); if ($mvp_email == "true") { ?><span class="mvp-author-email">"><i class="fa fa-envelope-o fa-2"></i></span><?php } ?>
</div><!--mvp-post-author-->
Where i want to put? Please help.
Hi,
You can try this solution: https://forum.tagdiv.com/topic/small-author-image-just-before-the-author-name-after-the-title-of-the-post/page/2/.
It will only work for posts though. On pages using our theme blocks and modules, this will not work.
Thank you!
Hi Bogdan B.,
I’ve add custom Code CSS but here look like this -> i.is.cc/4ee6AKG.png Why?
Hi,
You probably did not insert the code properly.
http://www.screencast.com/t/CUTd6WAMgET4
and then ad this code in the theme panel-> custom css box:
.avatar-32{
float:left!important;
padding-right:5px;
border-radius:20px;
}
If you cannot make this customization you will have to get some help from someone code-savvy.
Thank you!