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.
Try:
$post = $wp_query->post;
Then pass the function:
$post->ID