ACF in ASP result template Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ACF in ASP result template This topic has 3 replies, 2 voices, and was last updated 5 years, 4 months ago by pbpyrojust18. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 8, 2021 at 5:16 pm #31054 pbpyrojust18Participant Is it possible to show an ACF in an ASP template? I am doing <?php get_field('divi_overlays_id'); ?> and <?php the_field('divi_overlays_id'); ?> and it is showing up empty. January 8, 2021 at 5:59 pm #31055 pbpyrojust18Participant <div id='<?php the_field('divi_overlays_id'); ?>' class='item<?php echo apply_filters('asp_result_css_class', $asp_res_css_class, $r->id, $r); ?>'> January 9, 2021 at 10:37 am #31059 Ernest MarcinkoKeymaster Hi, Try the functions with the post ID field as well, since that is not a post loop: <?php get_field('divi_overlays_id', $r->id); ?> <?php the_field('divi_overlays_id', $r->id); ?> January 9, 2021 at 5:27 pm #31064 pbpyrojust18Participant Works. Thanks so much! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In