Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Last active September 16, 2017 00:16
Show Gist options
  • Save pablocattaneo/a8629cfb54ea8d00a450 to your computer and use it in GitHub Desktop.
Save pablocattaneo/a8629cfb54ea8d00a450 to your computer and use it in GitHub Desktop.
Returns de current post id outside the loop.
<?php
// Returns de current post id outside the loop.
global $post; echo $post->ID;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment