Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created February 4, 2012 23:53
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 billrobbins/1741210 to your computer and use it in GitHub Desktop.
Save billrobbins/1741210 to your computer and use it in GitHub Desktop.
thumbnail or title
<?php if ( has_post_thumbnail()) { ?>
<?php } the_post_thumbnail(); { ?>
<?php } else { ?>
<h1><?php the_title(); ?></h1>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment