Support

Account

Home Forums General Issues Relationship fields within repeater fields Reply To: Relationship fields within repeater fields

  • Quick question — why would this return each repeater on the page; but if I query the page from another template, for example

    <?php $animal_health = new WP_Query('post_type=page&p=126'); while ( $animal_health->have_posts() ) : $animal_health->the_post(); ?>

    it would only bring back one repeater… not all?