I’m trying to integrate the Events Calendar and Wootickets plugins to the Flatco theme. It’s going pretty well so far until I just tried to view an event category: http://dev.mazecreative.co.uk/flex/events/category/qualifications/teacher-training/
As you’ll see, that breadcrumbs are broken. I’m assuming the theme can’t read the EC taxonomies or something?
This is line 86-88:
} elseif ( !is_single() && !is_page() && get_post_type() != ‘post’ && !is_404() ) {
$post_type = get_post_type_object(get_post_type());
echo $before . $post_type->labels->singular_name . $after;
I know this is more of a customisation issue but it’s the only thing preventing me from using the plugin for the client.
Thanks,
Mat