Custom Post Type UI with ACF

Have you linked the acf-fields to the post-types? then just call echo get_field('your_field_name_here') ; from inside the loop. or echo get_field('your_field_name_here', 'id_or_something') ; from outside the loop.