I tested:
public function post_meta_where($post, $class) {
if (isset($post['raw']['categoryid'], $post['where']['data'])) {
$categoryId = $post['raw']['categoryid'];
$post['where']['data'] = str_replace('class="qa-category-link', 'class="qa-category-link qa-category-link-' . $categoryId, $post['where']['data']);
}
qa_html_theme_base::post_meta_where($post, $class);
}
but it gives me error.
What I want is to do what this image.