Archived topic
How do I add an author image to a header element?
3 replies · Started by Sara on July 9, 2019
Viewing posts 1–4 of 4
I'd like my header to display the author image. Right now it looks like this:
<span class="hero-category">{{post_terms.category}}</span>
<h1>
{{post_title}}
</h1>
<span class="hero-byline">{{post_date}} by {{post_author}}</span>
<h1>
{{post_title}}
</h1>
<span class="hero-byline">{{post_date}} by {{post_author}}</span>
and I'd love to add the author image, right next to the author name. Is that possible? Thanks in advance!
Hi there,
this example created by Leo shows you how to do that:
https://docs.generatepress.com/article/page-hero-examples/#example-2
Thanks!
You're welcome
This archived topic is closed to new replies.