Hello Ben,
Sorry for the late reply.
Please go to Joomla\components\com_easyblog\themes\default\blog.blogger.php
and remove the code below.
<div id="ezblog-posts" class="forBlogger">
<?php if(isset($statType)) : ?>
<div>
<h2><?php echo ($statType == 'tag') ? JText::sprintf( 'COM_EASYBLOG_BLOGGER_STAT_TAG' , $statObject->title) : JText::sprintf('COM_EASYBLOG_BLOGGER_STAT_CATEGORY', $statObject->title); ?></h2>
</div>
<?php endif ?>
<?php
if(!empty($blogs))
{
foreach ($blogs as $row)
{
?>
<?php if( $system->config->get( 'main_password_protect' ) && !empty( $row->blogpassword ) ){ ?>
<!-- Password protected theme files -->
<?php echo $this->fetch( 'blog.item.protected.php' , array( 'row' => $row ) ); ?>
<?php } else { ?>
<!-- Normal post theme files -->
<?php echo $this->fetch( 'blog.item'. EasyBlogHelper::getHelper( 'Sources' )->getTemplateFile( $row->source ) . '.php' , array( 'row' => $row ) ); ?>
<?php } ?>
<?php
}
}
else
{
?>
<div class="eblog-message info"><?php echo JText::sprintf('COM_EASYBLOG_BLOGGERS_NO_POST_YET' , $blogger->getName() ); ?></div>
<?php
}
?>
<?php if ( $pagination ) : ?>
<div class="eblog-pagination clearfix">
<?php echo $pagination; ?>
</div>
<?php endif; ?>
</div>
If you need further assistance please provide us with joomla backend and FTP access so we could do it for you.
Thanks:)