Add Author Avatar Before Single Post Entry Titles

In this tutorial, i’ll give you the PHP code which you can simply paste into your child themes functions file to display the post authors Gravatar before the entry title on the left.

avatar before title

Here’s the question this post answers from the forums:

How do I add an author image in the title area?

Related Code Snippets


Comments

2 responses to “Add Author Avatar Before Single Post Entry Titles”

  1. Hi

    This is great , but I would also like this to appear in the blog roll and the archives. Please can you provide the code for that.

    Many Thanks

    Nick

    1. Brad Dalton Avatar
      Brad Dalton

      Hi Nick

      Try the 3rd method in this tutorial and remove the conditional check. http://wpsites.net/web-design/link-author-avatar-to-archive/

      Remove this:

      [code]
      if ( ! is_front_page() )
      return;
      [/code]

Leave a Reply

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.