removed the voice _category_ in resource type view
This commit is contained in:
parent
f2179c0ef9
commit
233a56b670
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue