Home › Forums › ACF PRO › Post Object within taxonomy. › Reply To: Post Object within taxonomy.
This code` <?php
$posts = get_field(‘related_series’, $taxonomy . ‘_’ . $term_id);
if( $posts ): ?>
<ul>
<?php foreach( $posts as $p ): // variable must NOT be called $post (IMPORTANT) ?>
<li>
<a href=”<?php echo get_permalink( $p->ID ); ?>”><?php echo get_the_title( $p->ID ); ?><?php the_post_thumbnail( ‘featured’ ); ?></a>
</li>
<?php endforeach; ?>
</ul>
<?php endif; ?>`
I used the example link: https://www.advancedcustomfields.com/resources/relationship/
And I added to get the featured image from the related post. However, he repeats the same image for all posts. This is not a repeater field. I’m doing the test without the repeater field.
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!
π» The next ACF Chat Fridays features a live demo of one of our most highly-requested features: registering CPTs and custom taxonomies directly in ACF. Donβt miss it!
— Advanced Custom Fields (@wp_acf) February 27, 2023
π Friday 3rd March 3pm UTC
π Register here - https://t.co/3UtvQbDwNm pic.twitter.com/j4r4ouQtz9
© 2023 Advanced Custom Fields.
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 Cookie Policy. If you continue to use this site, you consent to our use of cookies.