Support

Account

Home Forums ACF PRO Get field within loop using loop counter Reply To: Get field within loop using loop counter

  • I may be a little lost as to were you want to put the second bit of code. Are you attempting to put it where you have this:

    
    echo '<div class="project-item text-box">Pitch Design Union makes......
    

    and it is supposed to show the same text as where you have this on the second line of your code

    
    <div class="project-item"><?php the_field('intro_text_1'); ?></div>