This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Search Results: Dropdown Width & Show Categories

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

#13324
Ernest MarcinkoErnest Marcinko
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]