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

#13320
ShawnS52ShawnS52
Participant

The results box css worked great!

The Custom Filter didn’t do quite what I was looking for. For this section I would like the categories to be in place of the {descriptionfield}. Is that possible? Thanks!

[code]// Modify the post title
if ( count($cats) > 0 )
$results[$k]->content .= " ".implode(‘, ‘, $cats);
}[/code]