Fix title of taxonomies

This commit is contained in:
Fabiano 2018-08-02 13:52:19 -03:00
parent e06dbe955a
commit 852ea0463e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
_e('Search Results for ', 'tainacan-theme');
the_search_query();
}
elseif(is_tag() || is_category()){
elseif(is_tag() || is_category() || is_tax()){
single_term_title();
}
elseif(is_archive()){