Viewing 1 replies (of 1 total)
  • Thread Starter nbierma

    (@nbierma)

    OK, I found it here — http://bit.ly/9ldLdc :

    <?php $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); echo $term->name; ?>
    <?php echo term_description( '', get_query_var( 'taxonomy' ) ); ?>
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Custom Taxonomies] display description for category’ is closed to new replies.