Created
December 5, 2012 15:38
-
-
Save zumwalt/4216656 to your computer and use it in GitHub Desktop.
HGTV Slider 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
<li> | |
<?php if(!get_field("content_1") && (!get_field("content_2")): ?> | |
// Full width image code | |
<?php else: ?> | |
// Regular image code | |
<?php endif; ?> | |
</li> | |
&& - both things | |
|| - either or |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment