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]