Fix title on collection lists
This commit is contained in:
parent
41dc3d9877
commit
d50e3f4ae1
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue