Support

Account

Home Forums Add-ons Repeater Field Output only first item in repeater field Reply To: Output only first item in repeater field

  • John – fixed it – my fault!

    I repeated ‘the_row();’ twice!

    <?php while ( have_rows(‘news_slideshow’) ) : the_row(); ?>
    <?php the_row(); ?>

    All good now.

    Thanks very much for your help.

    Chris