For a custom post type (review) I have enabled a few custom taxonomies. One of them is author rating and for that I have added images to the description field of the terms in the taxonomy (1 star to 5 stars).
Now I am wondering how to show that description instead of the term itself on the single-review.php?
I am already using the function to allow XHTML in category descriptions as per Justin Tadlock's function described on his website
single-review.php? – kaiser Jun 14 '11 at 11:11/wp-includes/category-template.phpon line 1113 and the filter"term_links-$taxonomy". – kaiser Jun 14 '11 at 12:56$term_links = apply_filters( "term_links-$taxonomy", $term_links );I have to wiggle description somewhere in there? – Piet Jun 14 '11 at 13:29