f3rr0
ParticipantForum Replies Created
-
In reply to: Removing the word "Category", "Tag" before the category/tag name, etc.
June 30, 2018 at 6:10 pm #49710To remove the ‘CATEGORY:’ part open category.php
Find<h1 class="page-title archive-title"> <?php printf( __( 'Category: <span>%s</span>', 'graphene' ), single_cat_title( '', false ) ); ?> </h1>and replace with
<h1 class="page-title archive-title"> <?php printf( __( '<span>%s</span>', 'graphene' ), single_cat_title( '', false ) ); ?> </h1>
Viewing 1 post (of 1 total)
