Created
January 17, 2012 16:57
-
-
Save billrobbins/1627486 to your computer and use it in GitHub Desktop.
Agency Theme Header
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
| <?php if (is_category('3')) { ?> | |
| <img src="http://www.yoursite.com/image-cat-3.jpg" /> | |
| <?php } elseif (is_category('2')) { ?> | |
| <img src="http://www.yoursite.com/image-cat-2.jpg" /> | |
| <?php } else { ?> | |
| <?php ot_cycle(); ?> | |
| <?php } ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment