function custom_auto_insert_event_category_description() {
// Check if we're on a taxonomy page for 'tribe_events_cat' or another event taxonomy
if (is_tax('tribe_events_cat')) {
$term_description = term_description();
// Check if there's a description to display
if (!empty($term_description)) {
echo '
' . $term_description . '
';
}
}
}
// Adjust the hook to where you want the description to appear. This example uses 'tribe_events_before_main_content'.
add_action('tribe_events_before_main_content', 'custom_auto_insert_event_category_description');
It’s noon, and traveling comedian Sid Singh rolls out of bed onto my couch for our impromptu, yet very official, interview. Sid has been coming to Barcelona for years, making
12 O’Clock with Sid Singh Read More »