Skip to content

Instantly share code, notes, and snippets.

@rickgregory
Created February 15, 2017 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickgregory/f3c0677e217bcb7ac4630b743af19e49 to your computer and use it in GitHub Desktop.
Save rickgregory/f3c0677e217bcb7ac4630b743af19e49 to your computer and use it in GitHub Desktop.
function the_slug() {
$post_data = get_post($post->ID, ARRAY_A);
$slug = $post_data['post_name'];
return $slug; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment