Support

Account

Home Forums Front-end Issues Simple block not displaying Text Field Reply To: Simple block not displaying Text Field

  • Resolved…
    Here’s the solution for anyone searching for the same problem:

    <?php
    $role 		= the_field( 'role' );
    $post 		= get_post();
    ?>
    <h6><?php the_field( 'role', $post ); ?></h6>