New Topic

Reply To: Hide Tag and Author Archives titles

Home › Forum › Customization › Hide Tag and Author Archives titles › Reply To: Hide Tag and Author Archives titles

#2678

kezdovega
Participant

In case anyone else need it, here is the solution:

1. copy the category.php from the parent directory to child
2. edit in the child theme and remove these:
<h1 class=”entry-title”><?php _e( ‘Category Archives: ‘, ‘startup’ ); ?><?php single_cat_title(); ?></h1>

3. enjoy :)