Skip to content

Instantly share code, notes, and snippets.

@tomfinitely
Created June 16, 2015 19:28
Show Gist options
  • Save tomfinitely/cc7595a057de18f22936 to your computer and use it in GitHub Desktop.
Save tomfinitely/cc7595a057de18f22936 to your computer and use it in GitHub Desktop.
ECP Thumbnail Conditional
<?php if ( !(tribe_event_featured_image())) { echo '<div><a href="' . tribe_get_event_link() . '"><img src="[image url goes here]" alt="' . the_title() . '" /></a></div>';} else { echo tribe_event_featured_image(null,'thumbnail'); } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment