Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
167 views
in Q2A Core by

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?

Q2A version: 1.5.4

Please log in or register to answer this question.

...