Hi there,
There is no setting to do that currently.
You can copy the
default.posts.php file from
JoomlaFolder/components/com_easyblog/themes/wireframe/blogs/entry/default.posts.php and paste it at template override location which is at
JoomlaFolder/templates/yourCurrentTemplate/html/com_easyblog/blogs/entry/default.posts.php.
Take note that you need to create the folders manually if you don't see it.
After that, you can look for and remove the following PHP code in the
default.posts.php which is from the template override location:
<?php echo $this->output('site/blogs/entry/navigation'); ?>
Can you have a try and see how it goes?