DevDmBootstrap4

Twitter Bootstrap 4 WordPress Starter Theme for Developers

Theme File: category.php

Name: category.php

Path: devdmbootstrap4/template-parts/archive-types/category.php

Source: https://github.com/dannymachal/devdmbootstrap4/blob/master/template-parts/archive-types/category.php

Template include for the title of the category archive posts page archive.php.

<h1 class="dmbs-category-archive-title">
    <?php
    /* translators: %s: Name of post category */
    echo esc_html(sprintf( __("Currently Viewing Posts in %s","devdmbootstrap4"), single_term_title('',false)));
    ?>
</h1>