• Resolved dibadu

    (@dibadu)


    Hello I have 1 question.

    Is there any Option to get a SHortcode to display only 1 User Profile ?

    for example

    [ultimatemember user_id=”2”]

    to dispaly the Profile from the User 2 ?

    How can I display only 1 Profile? I have just the lite version.

    I dont want to create for every Member a own Shortcode like this [ultimatemember form_id=”499″]

    How can I do it ?

    Please write back

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

    (@aswingiri)

    @dibadu There is no option in ultimatemember plugin to achieve your requirement. You might want to write some custom codes for this. If you always want to display same profile on user page. You can add following codes to your theme’s funtions.php

    add_action(‘template_redirect’,function(){
    if(um_is_core_page(‘user’)){
    UM()->user()->set( 2);
    }
    });

    But remember, any profile will be displayed if you directly type the user profile url instead of going to user page.

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @dibadu,

    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 by changing the Topic Status to ‘Not Resolved’ 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 ‘Shortcodes for Profil’ is closed to new replies.