• Resolved tracym826

    (@tracym826)


    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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Aswin Giri

    (@aswingiri)

    Hello @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 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

    (@andrewshu)

    Hi @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.