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();
1.4m articles
1.4m replys
5 comments
57.0k users