Advertisement
Guest User

Untitled

a guest
Oct 31st, 2010
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); echo $term->name; ?> Archive
  2. <?php echo term_description( '', get_query_var( 'taxonomy' ) ); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement