Hi all,
I am trying to set up a template that contains a custom query.
This custom query should return custom post types with the same label as the page where the template is being implemented.
Example: page featured has label featured, certain custom post types have label featured - these should be shown on this page
I tried doing this with Taxonomy Query but this seems to make:
- the template crash in the builder
- post types are not showing up on the page(s) where the template is being used.
Don’t know if I am doing something wrong in settings or if this is a bug.