Skip to content

Instantly share code, notes, and snippets.

@bezierer
Created January 24, 2017 12:03
Show Gist options
  • Save bezierer/9a112dc1f35c89f7c87d76770079a49a to your computer and use it in GitHub Desktop.
Save bezierer/9a112dc1f35c89f7c87d76770079a49a to your computer and use it in GitHub Desktop.
echo '<pre>';
print_r( get_the_ID() );
echo '</pre>';
echo '<pre>';
print_r(get_field( 'blog_hero' ));
echo '</pre>';
die;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment