Tagged Questions
0
votes
0answers
32 views
How to show the term description on single page?
I try to show show the term's description on a single page, but something not works. Same code is working on taxonomy template.
term_description( '', get_query_var( 'collections' ) );
1
vote
0answers
76 views
How to display term description in empty terms archive?
I list all terms from a taxonomy, even the empty ones, but I found out that at least in 2010/2011 themes I got a 404-like message, the default seems to only display the term description when at least ...
0
votes
1answer
217 views
Unsetting post_tag taxonomy breaks term description for other taxonomies
Here's something I can't figure out. I don't need the default post_tag taxonomy, so I'm removing it with this piece of code :
function mwm_unregister_taxonomy(){
global $wp_taxonomies;
...
0
votes
1answer
614 views
show term description instead of list terms of custom taxonomy
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 ...