I am seeing duplicated posts in a category list but can't find the cause. Also, I would like to lose the "Active Authors" header.
Also, I would like to hide the "Active Authors (2)" box/button above the posts.
<?php if ($this->params->get('category_authors', true)) { ?>
<li>
<a class="btn btn-default btn-block" href="#authors-<?php echo $category->id; ?>" data-bp-toggle="tab">
<?php echo JText::_('COM_EASYBLOG_CATEGORIES_ACTIVE_BLOGGERS');?>
<b><?php echo ($category->authors) ? count( $category->authors ) : '0' ;?></b>
</a>
</li>
<?php } ?>