Greetings and Happy New Year.
I have a Services
CPT and a Projects
CPT. I also use ACF with a relationship field called project_services
on the Projects CPT that lists all the services.
When I create the new Project posts, I see the related services tab and can easily select the appropriate services.
On the single-projects layout I can easily add the list of the selected services with this:
{{dc:acf:post_field field="project_services"}}
and setting a headline element with the following {{ post.title }}
(I have TWIG enabled.)
I am now trying to create the single-services layout and want to display some related projects. But when I add in the same as above, nothing is output. How are you supposed to add the related projects on services?