Title: User Profile Image Link
Last modified: August 21, 2016

---

# User Profile Image Link

 *  Resolved [bffnb](https://wordpress.org/support/users/bffnb/)
 * (@bffnb)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/user-profile-image-link/)
 * Hi!
 * Is it possible to help me out. I will link the User image
 * `<?php echo get_avatar( $user->ID, 90 ); ?>`
 * to the same link as it is at the h2 heading
 * `<h2><a target="_blank" href="<?php echo get_author_posts_url($user->ID); ?>"
   >.....`
 * So if somebody clicks on the image it also get directed to the same url as the
   h2 heading (User Name). My own coding experiments to put the code together fail
   🙂
 * Thank you
 * [http://wordpress.org/plugins/simple-user-listing/](http://wordpress.org/plugins/simple-user-listing/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * (@helgatheviking)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/user-profile-image-link/#post-4334064)
 * Just wrap the link around the image. In theory:
 *     ```
       <a target="_blank" href="<?php echo get_author_posts_url($user->ID); ?>">
       <?php echo get_avatar( $user->ID, 90 ); ?>
       </a>
       ```
   
 * Note, that’s not tested, my computer is borked at the moment, and I can’t get
   into helping you customize your theme html, so that’s the best I can do. Hope
   it points you in the right direction at least.
 *  Thread Starter [bffnb](https://wordpress.org/support/users/bffnb/)
 * (@bffnb)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/user-profile-image-link/#post-4334185)
 * Hi Helga!
 * Thx for your help. Works fine 😉
 * best
 *  Plugin Author [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * (@helgatheviking)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/user-profile-image-link/#post-4334187)
 * Well good. Just to be clear this should be in your theme’s version of the template
   as described on the [main plugin page.](http://wordpress.org/plugins/simple-user-listing/)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘User Profile Image Link’ is closed to new replies.

 * ![](https://ps.w.org/simple-user-listing/assets/icon-256x256.png?rev=3061308)
 * [Simple User Listing](https://wordpress.org/plugins/simple-user-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-user-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-user-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-user-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-user-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-user-listing/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [HelgaTheViking](https://wordpress.org/support/users/helgatheviking/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/user-profile-image-link/#post-4334187)
 * Status: resolved