Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active September 22, 2016 15:35
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 braddalton/19e8a3af14156a4342b6da2b8635b223 to your computer and use it in GitHub Desktop.
Save braddalton/19e8a3af14156a4342b6da2b8635b223 to your computer and use it in GitHub Desktop.
add_action( 'loop_start', 'acf_function' );
function acf_function() {
if ( is_singular() ) {
?><img src="<?php the_field( 'image' ); ?>" /><?php
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment