Skip to content

Instantly share code, notes, and snippets.

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 anthonydelgado/d4061c1a719b1615dc0233f8654f4233 to your computer and use it in GitHub Desktop.
Save anthonydelgado/d4061c1a719b1615dc0233f8654f4233 to your computer and use it in GitHub Desktop.
<?php $coverimage = wp_get_attachment_url( get_post_thumbnail_id( $post->ID ) );
// Evaluates if $coverimage is set
if (empty($coverimage)) {
$coverimage = 'http://placehold.it/350x150';
} ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment