Archived topic
Avatar in posts page
1 reply · Started by dmendana on August 11, 2016
I'd like to have the author avatar in the posts page, in the metadata for each post. Is it possible to do it with hooks, or will I have to do it with a php template?
Thanks!
Hi there,
You can overwrite the generate_posted_on() function by adding it using one of the methods here: https://generatepress.com/knowledgebase/adding-php-functions/
Here's the function you'll want to add the avatar to: https://gist.github.com/generatepress/98cd2188f6faf491b9a5
Let me know if you need more info :)