Support

Account

Home Forums Front-end Issues Issue displaying on page with multiple items Reply To: Issue displaying on page with multiple items

  • Thank you. That’s very help ful and has given a better understaning @ what I’m trying to do here.

    Just not sure what the issue is that I’m having.

    Have tried wrapping the

    <?php the_field('exchange_type'); ?>

    with
    <?php while ( have_posts() ) : the_post(); ?>'

    and

    <?php endwhile; ?>

    with differing results. When it is wrapped directly around thefield code it displays nothing, when wrapped around the whole div it displays the listings twice, but again doesn’t show the out put to the field.

    Without that code it shows the field result, but repeats the value for the first entry in a loop for the other entries.

    Hoping somebody could @ least give us a lead as to a way forward.

    Thank you