Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Results suggestions – how to add more than post tile in the results › Reply To: Results suggestions – how to add more than post tile in the results
Ok, i understand. you’re hooking into the asp_results filter and passing the parameters is_ajax search_id and rsults defining meta key and post type and using it or using the default get post meta.this is great, thank you! very helpful. I added:
$r->title .= “, ” . $state_code;
so i have the comma separator after the title. Im trying to dig into the documentation to really learn how to do all of the customizations i need. if you have any helpful links, please point me in the right direction.
For example, can the plugin index values from an acf relationship field where the values are returned as an array or do i need to write something to convert the array to a string