Results 1 to 3 of 3

Thread: How To Add Gravatars For The Post Author in WordPress

  1. #1
    Forum Member omar1123's Avatar
    Join Date
    Apr 2011
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    How To Add Gravatars For The Post Author in WordPress

    Gravatar support is a part of the WordPress core, and a newbie can add them in their wordpress theme. Some people are adding them in their post titles to highlight the comment author, within the loop. Didn't you ever wanted to do something like that ? It's so easy. You must have a try on it!!!

    PHP Code:
    <?php echo get_avatarget_the_author_email(), '80' ); ?>
    it's simple, right? get_the_author_email outputs the post author’s email and the “80″ is the size of the image of avater in pixels (you can change it as you want). How this will be depends on how you are gonna use it; where you want to put it in the theme (it must be in the loop!) and the way you style it.


    Here is how it looks like


    I believe the code will work for you. Good luck using it in your own theme!

  2. #2
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    Thanks for sharing with the community.
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

  3. #3
    Forum Member omar1123's Avatar
    Join Date
    Apr 2011
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Always welcome

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Vantage can i post in wordpress now?
    By TheSyndicate in forum WordPress General Discussion
    Replies: 7
    Last Post: May 1st, 2011, 12:06 PM
  2. Post Author Lost
    By madeinnordeste in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: April 16th, 2010, 07:42 AM