Anyone know how I can get the post ID of the current page?
So, if I'm on a particular post, inside my header.php, I want to be able to get the current post id.
Thanks!
Try using this:
$id = get_the_ID();
2.1m questions
2.1m answers
60 comments
57.0k users