Home › Forums › Front-end Issues › Extracting Post Object data from within a Repeater › Reply To: Extracting Post Object data from within a Repeater
Hi Jonathon
I know I am very late on this.. But I have used your code in my repeater to get the post object repeated ..
I was trying like this
` <?php $postobject = get_sub_field(‘post_repeater’);?>
<div class=”col-sm-3 product-item”>
<a href=”<?php $postURL = get_permalink($postobject->ID); ?>”>
<img class=”product-img” src=”<?php //bloginfo(‘template_directory’);?>/images/product-images/321600_moelleux_blanc_trepais.png” width=”100%” />
<p class=”product-name”><?php $postobject->post_title; ?></p>
<p class=”product-seemore”>See More</p>
</a>
</div><!– col ends here –>`
But My repeater just repeat row and doesn’t produce Post object..
I am using this repeater in a page template and repeating it in a Page
Here is My ACF field settings
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 most recent ACF Chat Friday featured a live demo of how to register CPTs directly in the plugin, one of our most requested features. Check out the summary below for a replay of the demo, and don’t forget to register for the next session! https://t.co/k2KQ3WWBAz
— Advanced Custom Fields (@wp_acf) March 9, 2023
© 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.