Hey Sushant, you had asked about this issue on a thread that I had started.
This is what I had posted there:
After playing with it a bit here is a setup that works.
Sceenshots:
ACF fields setup
Creating the post
The posts output
And this is the code put into single.php before the end of the have_posts() loop
<?php if ( have_rows( 'flex_holder' ) ): ?>
<?php while ( have_rows( 'flex_holder' ) ) : the_row(); ?>
<?php if ( get_row_layout() == 'repeater_holder' ) : ?>
<?php if ( have_rows( 'repeater' ) ) : ?>
<?php while ( have_rows( 'repeater' ) ) : the_row(); ?>
<?php the_sub_field( 'repeater_field_1' ); ?>
<?php the_sub_field( 'repeater_field_2' ); ?>
<?php endwhile; ?>
<?php else : ?>
<?php // no rows found ?>
<?php endif; ?>
<?php endif; ?>
<?php endwhile; ?>
<?php else: ?>
<?php // no layouts found ?>
<?php endif; ?>
After playing with it a bit here is a setup that works.
Sceenshots:
ACF fields setup
Creating the post
The posts output
And this is the code put into single.php before the end of the have_posts() loop
<?php if ( have_rows( 'flex_holder' ) ): ?>
<?php while ( have_rows( 'flex_holder' ) ) : the_row(); ?>
<?php if ( get_row_layout() == 'repeater_holder' ) : ?>
<?php if ( have_rows( 'repeater' ) ) : ?>
<?php while ( have_rows( 'repeater' ) ) : the_row(); ?>
<?php the_sub_field( 'repeater_field_1' ); ?>
<?php the_sub_field( 'repeater_field_2' ); ?>
<?php endwhile; ?>
<?php else : ?>
<?php // no rows found ?>
<?php endif; ?>
<?php endif; ?>
<?php endwhile; ?>
<?php else: ?>
<?php // no layouts found ?>
<?php endif; ?>
I am not quite sure i understand your configuration —
Form what I gather: You have a flexcontent field with repeaters inside. If you add more than 1 flexcontent entry none of the output shows. is that correct?
Aha! Figured it out… kind of.
I am obviously quite new at this, and ACF Theme Code pro saved my ass.
It all comes down to having separate endif/endwhile/else for each tier of calls
Nope, no luck either.
Looking through the user fields in the DB I noticed that there are no references at all to ‘user_firstname’ or ”user_firstname’. Are those explicit internal values used by WordPress?
Hi, I haven’t tried it in the past.. but no luck. No additional content is populated in the post.
Hi, I had tried that as well previously –http://i.imgur.com/7eC5FB6.png
No Luck. :/
Relevanssi was just one if the options I had tried, not the only one (it just happens to have to more possible config options).
With Relevanssi I can find pretty much every value *except* for User, in and out of a repeater.
It seems odd that there is no way to search for a value that can be populated to the site content.
Also, I had tried that method on their site with no results
Quick update for future reference: Damn. Relevanssi doesn’t work on repeater fields.
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.