Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, I’m also curious if this works, would be a nice integration.

    We’ve used FEE with ACF fields before with little issue – the key is how the custom fields are called into the page, per FEE documentation.

    This example would display FEE editable text from a custom text field named ‘acf-fieldname’:

    <?php echo editable_post_meta( $post->ID, 'acf-fieldname', 'input' ); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FEE and ACF’ is closed to new replies.