Using The Event Calendar, I would like to create a single event template in bricks using TEC metas. In the template configuration, I’ve set condition PostType to event. But my event meta data don’t render in front-end, same with shortcodes. Is there any way to custom TEC templates inside Bricks ?
I’m also wondering how to get The Events Calendar (Tribe) meta data to appear in a query. Attached is a screenshot showing how I’ve configured Bricks builder. The date doesn’t render (_EventStartDate). Like stanbl, I’d like to render other TEC meta data. Thanks.
I managed to use some data and shortcode :
event category : {post_terms_tribe_events_cat}
for dates start & end (+ time), I used this plugin shortcode : [tribe_formatted_event_date format=“j F”]
details : {tec_event_details}
Update: The echo tag wasn’t workin on mine because I hadn’t activated the custom code properly. It works as expected now. (see my screenshots above for context)