Archive.php Can Display Author And Category Blog

<h1 class="page-banner__title">
    <?php if (is_category()) {
    echo "category name will go here";
    } 
    if (is_author()) {
        echo "category author will go here";
    } ?>
</h1>
Scroll to Top