Authors Image beside blog post

Hi,
I was wondering if there is any way in displaying the authors profile picture beside the blog post they are posting. I’m currently using the plugin easy author image and it displays their image when they comment on a post, but not when they actually publish the post. Can you recommend any plugin to achieve this or is there a specific hack in the dazzling theme to achieve this?

Thanks

Also I was wondering whether the dazzling theme supports the get_avatar() hook?

Hi @maria90,

I hope you are well today and thank you for your questions.

I was wondering if there is any way in displaying the authors profile picture beside the blog post they are posting. I’m currently using the plugin easy author image and it displays their image when they comment on a post, but not when they actually publish the post. Can you recommend any plugin to achieve this or is there a specific hack in the dazzling theme to achieve this?

You can try achieving this by using the attached custom child theme of Dazzling theme specially developed for you.

Also I was wondering whether the dazzling theme supports the get_avatar() hook?

The Dazzling theme uses the get_avatar() function to display the user avatar images in the comments so you can use the get_avatar filter hook to modify it.

Best Regards,
Movin