Fix title on collection lists

This commit is contained in:
Fabiano 2018-08-01 09:50:57 -03:00
parent 41dc3d9877
commit d50e3f4ae1
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@
printf( __( 'Yearly Archives: %s', 'tainacan-theme' ), get_the_date( _x( 'Y', 'yearly archives date format', 'tainacan-theme' ) ) );
else :
_e( 'Archives', 'tainacan-theme' );
echo get_the_archive_title();
endif;
}
}