X

How to display tag title for the current archive page, WordPress

You can display the current tag title of a WordPress site by adding following code to your theme.

 
<?php 
	single_tag_title(); 
?>