How to edit category subtitle , page-title.php
-
<?php elseif ( is_category() ): ?>
<h1><i class=”fa fa-folder-open”></i><?php _e(‘Category:’,’hueman’); ?> <span><!–<?php echo single_cat_title(”, false); ?>–></span></h1>What is the correct way to change the subtitle, which is “hueman” into a static subtitle. As it is, the code is displaying the name of whatever category in place of the “hueman”
- The topic ‘How to edit category subtitle , page-title.php’ is closed to new replies.