WordPress Post featured image URL in the header
To answer this one and point to the real problem: As the <head> HTML tag comes far before the actual loop, you’ll need something else than the global $post. get_queried_object(); get_queried_object_id(); The plugin The code is tested and works. As you might want to keep this functionality when switching themes, I’d suggest wrapping it up … Read more