Informations
This code display/get the term title for taxonomy term template.
Code
<?php single_term_title(); ?>
Get the title without display
<?php single_term_title(false); ?>
This code display/get the term title for taxonomy term template.
<?php single_term_title(); ?>
Get the title without display
<?php single_term_title(false); ?>