Hi folks,
I’ve got a Single Layout that I’m trying to assign to all Single posts in my Custom Post Type. I’ve got another Single layout that works great (‘Team Member’) but ‘Campaigns’—for whatever reason—will not fire. Is there something in my Custom Post Type build that needs to be set? Never had this issue before—I’m assuming something dumb that I’m missing.
Second question: as you’ll see in my layout, I’m using a ACF Taxonomy field to filter a Posts element via a Query String. When I’m querying standard posts, no problemo:
cat={{dc:acf:post_field field="press_category"}}&post_type=post&posts_per_page=3&offset=0&ignore_sticky_posts=1
When I’m querying the Custom Post (that has a Custom Taxonomy), I get nada:
cat={{dc:acf:post_field field="volunteers"}}&post_type=team&posts_per_page=12&offset=0&ignore_sticky_posts=1
Does ‘cat’ not hook into a Custom Taxonomy? Do you need to use ‘taxonomy=’? If so, can I use the ACF taxonomy selector to output the slug rather than the ID?
Credentials for the site are attached in a secure note! Thanks for all your help