Created
November 4, 2016 14:53
-
-
Save jpcontrerasv/46c63de6972576fb51f8b4b3c0843811 to your computer and use it in GitHub Desktop.
else if wordpress
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_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