Created
June 16, 2015 19:28
-
-
Save tomfinitely/cc7595a057de18f22936 to your computer and use it in GitHub Desktop.
ECP Thumbnail Conditional
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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