Hello. If it doesn't support then why i can see a category name ? For me and many internet users it's obvious that if I click on a category name button it should redirect me to the category page not to author page.
Solution is not working, it redirects to item page not category. I tried to set it like this:
<div class="item-category">
<a class="btn btn-color" href="<?php echo $item->categoryLink;?>" title="<?php echo $item->categoryname ?>">
<?php echo $item->categoryname;?>
</a>
</div>
but then it redirects me to homepage.