Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › API RESPONSE › Reply To: API RESPONSE
July 20, 2022 at 2:17 pm
#38509
Keymaster
Hi,
I don’t know if this is possible, but using the advanced title and content fields could do the trick.
Use the advanced content field to add your custom fields. Then when using the api the $result->asp_data->content field should contain the text fetched from the custom fields. The $result->post_content should still contain the original post content.