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
ShawnS52
ShawnS52
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!

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