How to link Author Avatar?

How can I link the author avatar to /author/authorusername
image

Hi @wissam,

actually you can’t.
I thought about something like

<a href="https://yoursite.local/author/{author_name}">{author_avatar}</a>

but that doesn’t work if the author has a for- and surname, because of the space char between it.
{author_nickname} isn’t available yet, which would solve your problem :wink: