Forums

Adding a photo to sidebar (3 posts)

  1. dish56
    Member
    Posted 2 years ago #

    Is there an easy way to add a profile photo to the sidebar on a WordPress.org blog? I tried uploading the Profile Pic plugin, but it seems to have bugs--I've tried to read the fixes here in the forums, but messing with the code hasn't worked.

    I have a photo uploaded as my gravatar for commenting--maybe there's a way to use that in the sidebar?

    Seems like this should be an easy thing to do, but I just haven't found a straightforward plugin to do it.

    Thanks.

  2. sanjaymenon
    Member
    Posted 2 years ago #

    just add a text widget to the sidebar with the below code :

    <?php
       echo get_avatar( $id_or_email, $size = '96', $default = '<path_to_url>' );
       ?>
  3. dish56
    Member
    Posted 2 years ago #

    Thanks so much, sanjaymenon! I will fiddle around with that when I have a little time.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.