Is there a way i can make only logged in member view publishers contact in veronika theme cos i noticed people who are not logged in can view publishers phone number and email
<?php if(osc_is_web_user_logged_in()) { ?> ... code to hide for non-logged ...<?php } ?>