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