Skip to content

Instantly share code, notes, and snippets.

@nfsarmento
Created March 17, 2018 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfsarmento/945f2010dbea1ecbc8dcbe25996c1eda to your computer and use it in GitHub Desktop.
Save nfsarmento/945f2010dbea1ecbc8dcbe25996c1eda to your computer and use it in GitHub Desktop.
<?php
$page_id = get_queried_object_id();
$post_thumbnail_id = get_post_thumbnail_id( $page_id );
$bkgdImg = wp_get_attachment_url( $post_thumbnail_id );
echo $bkgdImg;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment