removed the voice _category_ in resource type view

This commit is contained in:
jorge 2022-04-29 18:47:52 +02:00
parent f2179c0ef9
commit 233a56b670
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<h4 class="breadcrumbs">
<?php
if ( is_tax( 'archive_resource_category' ) ):
single_cat_title( '<span class="h6">category:</span> ' );
single_cat_title( '<span class="h6"></span> ' );
elseif ( is_tax( 'archive_resource_tag' ) ):
single_term_title( '<span class="h5">#</span>' );
else: