Thanks @charlie!
- Yes, that is what Iām referring to. Arenāt consumers on the single post type exactly how it is intended to work? If I have a blog post template that I am working on and I want a
headline element H1 to be the title I would set it as a consumer and set itās dynamic content to post title. Then it automatically consumes the post title of the current post you are working on. Right?
In my case, thatās exactly what I was doing for some ACF fields that were added to the single custom post but they werenāt displaying when consumed. They had been for about a year in previous versions.
To break it down further. The structure was pretty basic:
Working on a single post template we had a row with two columns > a standard div in column two > a row inside of the div > with two column setup > left column was a fixed headline (not dynamic) > right column was a dynamic headline set to consumer with the dynamic content field set to mtcn_quiz_questions.
No provider. No multi-level consumers. Just a consumer on a single post for an acf field.
- The questions field is a simple number field within ACF. Nothing fancy.