Support

Account

Home Forums ACF PRO Custom Field in Head – Javascript Link Reply To: Custom Field in Head – Javascript Link

  • NM, I misread your post.

    You can use your code in any template because it’s an options field.

    if you have the field on an options page and you put this in between <head> and </head> then the content of the field should be output

    
    <?php the_field('ensighten_tag', 'option'); ?>