Support

Account

Home Forums ACF PRO post objects id pulling in wrong data Reply To: post objects id pulling in wrong data

  • as far as i know :
    get_the_excerpt has no params for ID,
    but you may could try direct output the excerpt via $post_object echo $post_object->post_excerpt;
    if that works as i expect, than you get what you wish.