Support

Account

Home Forums Backend Issues (wp-admin) Add ACF field to post categories Reply To: Add ACF field to post categories

  • <?php 
     $category = get_the_category();
    get_field('subtitle_cat',  $category ) ?>