• Resolved jcorbalan

    (@jcorbalan)


    Hello,

    We have a registration form with user image. It is displayed on user profile, but we want to show only the image in other page. ¿IS there a shortcode to use only the image on a page?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor genetech

    (@genetech)

    Hi,

    You can get user’s profile picture by following code:

    get_user_meta('User ID','pie_profile_pic_14', true);

    You can get slugn from your registration form Profile Picture field. See screenshot for reference: https://prnt.sc/uhhimz

    Thanks

    Thread Starter jcorbalan

    (@jcorbalan)

    Thanks for your answer.

    I was looking for something easier as a shortcode to paste on text block. I know how to do that with user name, but not with use picture.

    Regards

    Plugin Contributor genetech

    (@genetech)

    Hi,

    No, currently there is no shortcode available to get user’s profile image. We will consider this to add this in our future release.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Author image shortcode’ is closed to new replies.