Support

Account

Home Forums General Issues Trying to Add ACF Custom Field to Page Source Meta at the top For SEO Reply To: Trying to Add ACF Custom Field to Page Source Meta at the top For SEO

  • 
    if (get_field('gtin', $post_id)) {
      ?><meta property="GTIN" content="<?php the_field(gtin', $post_id);?>" /><?php 
    }