Support

Account

Home Forums General Issues Using get_field to create a shortcode Reply To: Using get_field to create a shortcode

  • You have to supply the post ID of the home page if you are trying to do this on a different page

    
    $myfield = get_field('homepage_excerpt', $home_page_id);