The Yoast Breadcrumbs plugin I’m using doesn’t show an appropriate path for any of the events pages. Thus I thought about simply hard-coding the breadcrumb path on the event listings and single event page.
Is there a conditional tag I can use to edit my theme so event pages are displayed differently?
PS: I tried to figure out the custom post type of events by using:
echo get_post_type( $post )
on the events listing as well as on a single event page. But the function simply returned:
page
both times. So not as expected a custom post type named ‘tribe-events’ or something similar.