Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ACF in ASP result template › Reply To: ACF in ASP result template
January 9, 2021 at 10:37 am
#31059
Keymaster
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); ?>