Well, I am trying to do this by myself.
I found this function:
function post_meta_where($post, $class)
{
$this->output_split(@$post['where'], $class.'-where');
}
to return the categorylink.
But I only want the raw category name, not also the html.
How can I get that?
If I have the raw category name, I can assign images to it.