<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>
<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>