Alternatively, if I could show a user_meta field for each post, that would work too. I’m struggling with the code below too.
global $current_user; get_currentuserinfo(); get_user_meta($current_user->ID, 'membership', true);
Genius! Thank you very much!