Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › custom field File or link type › Reply To: custom field File or link type
March 22, 2021 at 1:01 pm
#32243
Keymaster
Hi,
Sure! Use the asp_results filter for that.
Keep in mind, that it is not a posts loop, so you may have to change some of the functions there to pass the post ID argument via the $r->id variable in the foreach loop or use the setup_postdata function if that works.