Show ACF queries in allTribeEvents (The Events Calendar)

544 Views Asked by At

I am currently developing a Gatsby site with Wordpress as a headless CMS. Our customer wants to manage events, for which I use The Events Calendar as a plugin. To be a bit more flexible, I have also integrated Advanced Custom Fields, so that as soon as the customer creates an event, an event page is generated.

So far so well the queries in graphql are displayed to me except for the custom fields. I have already adapted the PHP template from single-event.php so that the content of the custom fields is currently displayed on the wordpress page (hero_text), but not in graphql to query. Is there anyone who has experience with it or has already had the same problem?

graphql image

0

There are 0 best solutions below