Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created January 17, 2012 16:57
Show Gist options
  • Select an option

  • Save billrobbins/1627486 to your computer and use it in GitHub Desktop.

Select an option

Save billrobbins/1627486 to your computer and use it in GitHub Desktop.
Agency Theme Header
<?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