Support

Account

Home Forums General Issues Object Post Reply To: Object Post

  • If they are ACF fields

    
    $custom_field = get_field('field_name', $featured_post->ID);
    

    if they are fields associated with something else, like WooCommerce then you will need to refer to their documentation for getting these values.