single_cat_title();

<h1 class="page-banner__title">
    <?php if (is_category()) {
        single_cat_title();
    } 
    if (is_author()) {
        the_author();
    } ?>
</h1>
Scroll to Top