Title: Image Hyperlink
Last modified: November 29, 2022

---

# Image Hyperlink

 *  Resolved [tracym826](https://wordpress.org/support/users/tracym826/)
 * (@tracym826)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/image-hyperlink-5/)
 * I would like my members to be able to upload images to their profile page and
   hyperlink it.
 * Whats the best way to set this up?
 * Thank you,
 * T
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fimage-hyperlink-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Aswin Giri](https://wordpress.org/support/users/aswingiri/)
 * (@aswingiri)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/image-hyperlink-5/#post-16253874)
 * Hello [@tracym826](https://wordpress.org/support/users/tracym826/)
 * There is no built-in way to add an image link to a user profile but you can use
   a little trick.
 * Please follow these steps:
    1. Add 2 fields (Image upload field and url field),
   set them to be visible only on edit mode. 2. Add a shortcode field, and set it
   to be visible only on view mode. and add `[image_link]` shortcode to the field.
   3. Add [this code snippet](https://codeshare.io/1Y4Onq) on your theme’s functions.
   php or add it using the code snippets plugin.
 * Please remember to change values in the code snippet with your own meta_key.
 *     ```
       $image_field_meta_key = 'img455';
       $image_link_meta_key = 'img_link1';
       ```
   
 * I hope this helps.
 * Regards,
 *  Plugin Support [andrewshu](https://wordpress.org/support/users/andrewshu/)
 * (@andrewshu)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/image-hyperlink-5/#post-16380666)
 * Hi [@tracym826](https://wordpress.org/support/users/tracym826/)
 * This thread has been inactive for a while so we’re going to go ahead and mark
   it Resolved.
 * Please feel free to re-open this thread if any other questions come up and we’d
   be happy to help. 🙂
 * Regards

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

The topic ‘Image Hyperlink’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

## Tags

 * [hyperlink](https://wordpress.org/support/topic-tag/hyperlink/)
 * [images](https://wordpress.org/support/topic-tag/images/)

 * 2 replies
 * 3 participants
 * Last reply from: [andrewshu](https://wordpress.org/support/users/andrewshu/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/image-hyperlink-5/#post-16380666)
 * Status: resolved