Viewing 10 replies - 1 through 10 (of 10 total)
  • In the dashboard of your blog click on the link in the top right that says admin then in the next screen fill in the first name and last name the choose the display name you like.

    Thread Starter nick74

    (@nick74)

    awesome. and how would I add a default avatar to go with my name? right now there are no pics when I or anyone makes a post.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Thread Starter nick74

    (@nick74)

    “As of WordPress 2.5, Gravatars are built-in” where do I find this?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Further down.

    WordPress 2.5 marries theme authors and casual WordPress users together with support for Gravatars in the WordPress Administration Panels. Theme authors have an option to include Gravatars in their designs, and are recommended to do so. WordPress users can easily control their Gravatar usage in the Settings > Discussion Administration Panel.

    Thread Starter nick74

    (@nick74)

    I have Settings > Discussion Administration Panel set as

    Show Avatars
    G Rating
    Default Avatar – Mystery Man

    yet no avatars show when posts are made.

    I’m confused

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    URL?

    Your theme may not be correctly set up for Gravatars. Try the default theme and see if that works. If so, you’ll need to inspect the comments.php file for your theme to sort it out.

    (also you won’t get a pretty gravatar until you sign up with your email address, just the normal mysteryman you have here).

    Thread Starter nick74

    (@nick74)

    prizepapa.com

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Yeah, it’s your theme.

    I THINK (based on http://wphacks.com/wordpress-25-how-to-add-gravatar-to-your-wordpress-theme/ ) that all you have to do is put this in your comment loop where you want the gravatars:

    <?php if(function_exists(’get_avatar’)){ echo get_avatar($comment, ‘50’);} ?>

    That said, it’s probably a little more complicated to get it right (and I’m not the best themer in town).

    You also might want to consider upgrading to 2.8.6 (you’re on 2.7.1 and the more out of date you get, the worse things can be)

    Since your theme doesn’t support them, you can try using a plugin to display them.

    Here’s one: WP-Gravatar

    Here’s another: Easy Gravatars

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Change admin name when I post a comment’ is closed to new replies.