Hi, I’ve read a bunch of similar topics on the forum, but they all seem more complex than what I’m trying to accomplish.
I have a Custom Post Type called “Instructors” and another CPT called “Classes.”
When creating a new Class, the user can select one or more “Instructors.”
I am now creating a Single Layout using the Layout Builder in Cornerstone. Using the assignment conditions, I’ve associated the layout with the Class CPT, and I’m displaying other ACF fields just fine. However, I want to display the Instructors, so I’ve used {{dc:acf:post_field field=“instructors”}}, but it doesn’t seem to work. The dynamic content in that area is just blank.
So, how do I get the value of the “Post Object” fields to display?