Skip to content

Instantly share code, notes, and snippets.

@Inzman
Created August 1, 2018 09:08
Show Gist options
  • Select an option

  • Save Inzman/e9806e9376bf59ebdb49c8d2f9af28a2 to your computer and use it in GitHub Desktop.

Select an option

Save Inzman/e9806e9376bf59ebdb49c8d2f9af28a2 to your computer and use it in GitHub Desktop.
How to get the tag's slug on the tag page
<?php
$tag = get_queried_object();
echo $tag->slug
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment