• Resolved mix2pix

    (@mix2pix)


    As the site administrator, I want to be able to show specific user profile data on specific posts and pages as needed. For example, on a custom post, I may want to show the name and phone number of user ID 50 on that page. It seems like this should be easy enough but I do not see any examples of how to post user profile data from specific users on pages and posts. Let me know if this is possible. Thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jose Vega

    (@josevega)

    It’s possible.

    To display information of user ID 50, just use the object_id=”50″ parameter. For example:
    [vg_display_data key="first_name,last_name" data_source="user_meta" object_id="50"]

    Thread Starter mix2pix

    (@mix2pix)

    Yes! That works perfectly! Thanks so much for your prompt response.

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

The topic ‘Displaying user profile data from various users’ is closed to new replies.