Skip to content

Instantly share code, notes, and snippets.

@DarrylErentzen
Created March 14, 2014 17:51
Show Gist options
  • Save DarrylErentzen/9553046 to your computer and use it in GitHub Desktop.
Save DarrylErentzen/9553046 to your computer and use it in GitHub Desktop.
reference current post/page outside of loop in wordpress
$page_id = $wp_query->post->id; // using global var to reference current post/page outside of loop in wordpress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment