Support

Account

Home Forums Add-ons Repeater Field Only display Repeater row with certain Select value Reply To: Only display Repeater row with certain Select value

  • You’re trying to get the values from another post, so you need to supply the post ID of that post/page

    
    <?php if( have_rows('testimonial_repeater', $post_id) ): ?>
    		<ul>
    		<?php while( have_rows('testimonial_repeater', $post_id) ): .........