Support

Account

Home Forums Add-ons Flexible Content Field Display flexible content on category archive page Reply To: Display flexible content on category archive page

  • The post id for ACF is "{$taxonomy}_{$term_id}"

    
    $object = get_queried_object();
    $post_id = $object->taxonomy.'_'.$object->term_id;