Skip to content

Instantly share code, notes, and snippets.

@someguy9
Created October 31, 2022 16:23
Show Gist options
  • Save someguy9/986ef956366822c773f0b05198f3484d to your computer and use it in GitHub Desktop.
Save someguy9/986ef956366822c773f0b05198f3484d to your computer and use it in GitHub Desktop.
Get the current post slug in WordPress
<?php
global $post;
$slug = $post->post_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment