1. <?php
  2. if(get_field('internal_headline'))
  3. {
  4.     echo '<h1>' . $internal_headline . '</h1>';
  5. }
  6. ?>