How to print the tag name in an archived tag page in WP?
-
I've created a custom taxonomy called 'Field' in wordpress. There are a few tags in 'Field' taxonomy like Sports, Business, Schools etc. In an archived tag page (i.e. pages like example.com/?field=sports), outside 'the Loop' I want to print the tag name (i.e. Sports) of the page . Please tell me if a template tag or function exists in WP that can do this?Add a Comment