Hi is it possable to display conditionaly some content in a template based on the role of a logged in user? Doesnt appear to be an option in the loop editor
To conditionally display content based on a current user's role, you can use conditional display shortcode [wpv-conditional]:
For Example:
[wpv-conditional if="( '[wpv-current-user info="role"]' eq 'administrator' )"]
if current user role is administrator - display this content
[/wpv-conditional]