• Resolved ante1974

    (@ante1974)


    Hi there,

    I saw this on the plugin page

    “Public profile
    [user-meta type=public form=”Form_Name”]
    (To show public profile if user_id parameter provided as GET request.)”

    How do I form such a “GET request”? I am wondering if I can code my own PHP template (to pick from any page edit screen) and include some Advanced Custom Fields references (to user ID) and User Meta tags to pull through the relevant profile information on a page of my chosing.

    E.g. page www/mysite/authors/a/aubrey-bent

    Used my custom PHP template which pulls through an author ID, plus, Cover Photo, Profile Picture, Bio and Website URL.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sourov Amin

    (@sourov)

    Hi,

    You need to send user_id parameter as a GET request through the URL. So your example link would be like: www/mysite/authors/a/aubrey-bent?user_id=2
    where the page www/mysite/authors/a/aubrey-bent contains a public profile shortcode like [user-meta type=public form=”Form_Name”]. You can pass different user_id for different profiles based on your need.

    Also, if you are looking for something like a user listing with public profile, you can use this addon feature: https://user-meta.com/add-ons/user-listing/

    Thanks!

    Plugin Author Sourov Amin

    (@sourov)

    As there is no more response/query, this issue is considered as solved for now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Public Profile’ is closed to new replies.