Skip to content

Instantly share code, notes, and snippets.

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 carlaizumibamford/b87b6abfcbcf64d01182aaee5e9a5e45 to your computer and use it in GitHub Desktop.
Save carlaizumibamford/b87b6abfcbcf64d01182aaee5e9a5e45 to your computer and use it in GitHub Desktop.
Wordpress conditional tag for multiple pages
<?php if( is_page('PAGE ID') || is_page('PAGE ID') || is_page('PAGE ID') ): ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment