Support

Account

Home Forums Add-ons Repeater Field Calling in Custom Fields Reply To: Calling in Custom Fields

  • Like this?

    <?php while(have_posts()): the_post(); ?>
    		  
            <p><?php the_field('stockists'); ?></p>
            
            <?php endwhile; ?>

    My page displays the header and footer (just under the header) and it says ‘array, array’ where the page and it’s custom fields should be.