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 ...
1
vote
2answers
638 views

Use the_taxonomies() to create a simple list

I'm trying to create <div class="cat-hidden categories"></div> where categories is a list of the categories the current post is posted in. When just using the_taxonomies(), it outputs ...