Advertisement
Guest User

Category Image taxonomies

a guest
Oct 28th, 2013
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <img src="<?php if (function_exists('z_taxonomy_image_url')) echo z_taxonomy_image_url(); ?>" />
  2. <?php if ( category_description() ) : // Show an optional category description ?>
  3. <?php echo category_description(); ?>
  4. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement