Created
February 17, 2016 20:01
-
-
Save jdcauley/4f5146aa984b7ab19143 to your computer and use it in GitHub Desktop.
conditional for modal
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
if( (is_single() || is_archive() || is_home() || is_page('business-resources') ) &! ( (get_post_type() == 'application') || (get_post_type() == 'confirmation') || (get_post_type() == 'testimonial') || (get_post_type() == 'hero') || (get_post_type() == 'landing') ) ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment