Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search Results: Dropdown Width & Show Categories › Reply To: Search Results: Dropdown Width & Show Categories
May 30, 2017 at 8:28 pm
#13324
Keymaster
You are welcome!
To completely replace the content, just change this line in the code:
[php]$results[$k]->content .= " ".implode(‘, ‘, $cats);[/php]
..to this:
[php]$results[$k]->content = implode(‘, ‘, $cats);[/php]