-
-
Save hellofromtonya/40397766eefa4c1722341596a6dd1428 to your computer and use it in GitHub Desktop.
Loop Code Challenge
This file contains 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 | |
// This post does not have a featured image, | |
// i.e. thumbnail. | |
$has_thumbnail = has_post_thumbnail(); | |
while ( $has_thumbnail ) { | |
// does the code block run | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment