Support

Account

Home Forums General Issues Echo the selected User: Relationship User Field Reply To: Echo the selected User: Relationship User Field

  • Nevermind, solved this myself. In case anyone wants to know:

    <?php $agent = get_post_meta( $post->ID, ‘affiliate_name’, true ); $user_info = get_userdata($agent); echo $user_info->display_name;?>