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