Support

Account

Home Forums Backend Issues (wp-admin) How to get field when editing post? Reply To: How to get field when editing post?

  • I found the solution,just use the get_field().
    <?php $field = get_field($field_name, $post_id, $format_value); ?>

    http://www.advancedcustomfields.com/resources/functions/get_field/