i want add different image to each tags like java icon for java. but overriding this code in qa-theme.php dosent work.
it still output html table.
function post_tag_item($tag, $class) {
$this->output('<LI CLASS="'.$class.'-tag-item '.strip_tags($tag).'">'.$tag.'</LI>');
}
why?