Skip to content

Instantly share code, notes, and snippets.

@priscillamc
Last active March 20, 2017 22:45
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 priscillamc/822adcb51dc32616679a to your computer and use it in GitHub Desktop.
Save priscillamc/822adcb51dc32616679a to your computer and use it in GitHub Desktop.

Display Featured Image, if exists (in loop)

if ( has_post_thumbnail() ){
    the_post_thumbnail();
}

Display theme image

<img src="<?php echo get_styleshet_directory_uri(); ?>/images/logo.png" class="" alt="" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment