Skip to content

Instantly share code, notes, and snippets.

@zumwalt
Created December 5, 2012 15:38
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 zumwalt/4216656 to your computer and use it in GitHub Desktop.
Save zumwalt/4216656 to your computer and use it in GitHub Desktop.
HGTV Slider conditional
<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