• I searched to see if this topic was here, there were some but not as useful
    I want to implement using gravatar, but I can’t figure out at all where to put the
    <?php gravatar(“R”, 50, “www.gravatar.com/avatar.php?gravatar_id=2e6f4ce2df8d31fbd7c496d20f3a77c3”, “FF0000”); ?>

    I am using the theme Fasttrack and it doesn’t have a comments.php and If there really is a wp-comments.php then I can’t find it.. Help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter marque

    (@marque)

    Well? I need help. Please? Anybody?

    If your theme doesn’t supply it’s own comments.php file, then the file /wp-content/themes/default/comments.php if used.

    So you should be making modifications to that particular file. What you should do is go into the comments.php file and between lines 27 and 48 is the comment loop. You want to insert your code over there.

    Additionally, in that particular function call, you should probably use a default gravatar image instead of your own.

    Regards

    Thread Starter marque

    (@marque)

    Man, that worked so great. Thanks a whole lot!
    http://www.themarque.org/?p=38#comments
    Working!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gravatar question’ is closed to new replies.