Hi George,
Is it possible to do something like this – as it doesn’t appear to work:
<?php if ( tribe_is_event_category (‘deloitte-entrepreneur-series’) ) {
echo ‘deloitte-entrepreneur-series’;
} elseif ( tribe_is_event_category (‘stanford-australia-association’) ) {
echo ‘stanford-australia-association’;
} else {
echo ‘no category’;
}
?>
Many thanks for your help.