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!
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:
Then pass the function:
Try using this:
you can use $post->ID for current id.
You can get id through below Code...Its Simple and Fast