Home › Forums › Pro Support › archive question › Reply To: archive question December 5, 2018 at 7:20 pm #6796 TomKeymaster Try this to get the tag slug: $tag = get_queried_object(); $tag_slug = $tag->slug;