Skip to content

Instantly share code, notes, and snippets.

@ibrokemywp
Created November 16, 2014 16:03
Show Gist options
  • Save ibrokemywp/552d7d87f2bb5baf13ad to your computer and use it in GitHub Desktop.
Save ibrokemywp/552d7d87f2bb5baf13ad to your computer and use it in GitHub Desktop.
Show taxonomy descriptions on archive pages
<?php if ( ( is_category() || is_tag() || is_tax() ) && $summary = term_description() ) : ?>
<div class="term-summary">
<?php echo $summary; ?>
</div>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment