Skip to content

Instantly share code, notes, and snippets.

@jdcauley
Created February 17, 2016 20:01
Show Gist options
  • Save jdcauley/4f5146aa984b7ab19143 to your computer and use it in GitHub Desktop.
Save jdcauley/4f5146aa984b7ab19143 to your computer and use it in GitHub Desktop.
conditional for modal
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