Home › Forums › General Issues › Relationship field on custom post types › Reply To: Relationship field on custom post types
Thanks a lot for the reply, I moved the ‘display_on_page’ field to the actual page and did this:
<?php if( $related_pages = get_field( 'display_on_page' ) ): ?>
<?php foreach( $related_pages as $post ): ?>
<?php setup_postdata( $post ); ?>
<?php the_field('testimonial'); ?>
<?php endforeach; ?>
<?php wp_reset_postdata(); ?>
<?php endif; ?>
Which resolved the issue, hope it helps someone 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.