Support

Account

Home Forums General Issues Retrieving fields from another page? Reply To: Retrieving fields from another page?

  • Via: http://www.advancedcustomfields.com/resources/code-examples/#getting-vales%20from%20another%20page

    <?php
    $other_page = 12;
    ?>
    <p><?php the_field('field_name', $other_page); ?></p>