Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Results showing wrong description › Reply To: Results showing wrong description
September 12, 2021 at 8:06 pm
#34673
Participant
Hi,
I did try adding the_asp_result_field($field = ‘content’, $echo = true); in the code but it returns all the tags etc along with the content which is not the same as description in dropdown. What’s the name of the field that I can use to get the description of search results same as the one in dropdown? I know the results are stored in $r but even that is not working.