[ad_1]
Replies: 2
Hi
i’m trying to get a list of event inside a specific category from The Event Calendar plugin. but i don’t know if this code is correct.
obviously something is wrong
<strong>SHOW</strong>
[select* show ]
[cf7-recordset id="event-data" type="post" attributes="post_title,post_content,guid" condition="post_status="publish" AND post_type="tribe_events" AND ID='243'"]
[cf7-link-field recordset="event-data" field="show" value="{template.post-content-summary}" keep-options]
<template id="post-content-summary">
<h2><a href="{attribute.guid}">{attribute.post_title}</a></h2>
<p>{attribute.post_content}</p>
</template>
any suggestions?
thanks!
