• I need to display the Avatar, name and description os each user in the single post tha they created.
    When i use this:

    $ultimatemember->user->set( 12 );
    $display_name = $ultimatemember->user->profile[‘display_name’];

    ..the site breakes from that point.

    That is a issue, or I am doing it wrong? There is another way?

  • The topic ‘Display user data in post’ is closed to new replies.