Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save billrobbins/1621832 to your computer and use it in GitHub Desktop.
Replace Agency Theme Slideshow With Category Image
<?php
if ( is_archive() )
ciii_category_archive_image();
else
ot_cycle();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment