Configure Author name & Image
Display Author name and Image
Quick and easy code to display Author name in post Widgets or post pages, the simple code is given below with detailed explanation.
Post Author Name
In case your blog has multiple authors and the creator and post publisher are different persons, in that case author name for post publisher and owner should not be the same, we give you two different codes to display auther name, for post and for profile.
Syntax code for Post Author Name
Here is the code to configure post author name
<data:post.author.name/>
Demo
preveiw: Jawad Ahmed
Syntax code for owner Profile
<img expr:alt='data:messages.myPhoto' expr:height='data:authorPhoto.height' expr:src='data:authorPhoto.image' expr:width='data:authorPhoto.width' loading='lazy' />
<data:displayname/>
<data:aboutme/>
<a expr:href='data:userUrl'> Learn more... </a>
Demo
Preveiw:
IMG
Author Name
Bio should display here
Learn more!

Post a Comment