<?php if ($params->get('link_category') == 1) : ?>
<a href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->catslug)); ?>" itemprop="genre" class="btn btn-featured article-viewcat-btn">View all <?php echo $this->item->category_title; ?></a>
<?php endif; ?>