Skip to content

Instantly share code, notes, and snippets.

@someguy9
Last active May 26, 2020 17:19
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 someguy9/97c809717ec4588f7f849e4f6280a019 to your computer and use it in GitHub Desktop.
Save someguy9/97c809717ec4588f7f849e4f6280a019 to your computer and use it in GitHub Desktop.
Get the current post ID in WordPress
<?php
echo 'The current post ID is: '.get_the_ID();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment