Support

Account

Home Forums General Issues CPT with default taxonomy and ACF Reply To: CPT with default taxonomy and ACF

  • ok, so i have managed to retrieve values with this code
    <?php echo get_field('field', get_queried_object()); ?>
    is this the only right way to do it in my situation?