You can display the current tag title of a WordPress site by adding following code to your theme.
<?php single_tag_title(); ?> |
You can display the current tag title of a WordPress site by adding following code to your theme.
<?php single_tag_title(); ?> |