Support

Account

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

  • thanks 🙂

    and to display it, we use:

    <?php 
     $category = get_the_category();
    
     $catID= $category->ID;
    get_field('subtitle_cat',  $catID ) ?>

    ?
    be cause it’s not working…