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.
global $post; echo $post->ID;