Is it possible to add dynamic content from MEC?

Is it possible to add a section on the main page where I create a draft event card? So that only the current events are displayed and I can type the event image, title, description, time and event button through the dynamic content?

Hello @zigackova11,

Thanks for writing to us.

You can use the Looper and set the Looper provider as a Query builder and then you can use the dynamic content code to pull the events details. For example, the Event title: {{dc:post:title}}
Event featured image:{{ post.featured_image_id }}
Event start date:{{ post.meta({“key”:“mec_start_date”}) }}

Hope it helps
Thanks