Skip to content

Instantly share code, notes, and snippets.

@jpcontrerasv
Created November 4, 2016 14:53
Show Gist options
  • Save jpcontrerasv/46c63de6972576fb51f8b4b3c0843811 to your computer and use it in GitHub Desktop.
Save jpcontrerasv/46c63de6972576fb51f8b4b3c0843811 to your computer and use it in GitHub Desktop.
else if wordpress
<? if ( is_singular('project') ) : ?>
<?php elseif( is_singular('news') ): ?>
<? else : ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment