much of this module could be replaced i think with this recipe

- post your description node into the right taxonomy term. make the node sticky with a far future date. this assures the node will appear at the top.
- stylize stick class for taxonomy display as needed.

you will need a module to provide the filter.

Comments

urbanfalcon’s picture

Taxonomy_context was perfect for this modification. It is still being actively maintained (there's a 4.7 build), and it already affects the body of the taxonomy/term/ page. It was pretty easy to add a new setting to show the bodies of sticky nodes and display it based on taxonomy selection. In my installation, I also altered taxonomy.module so it's possible to turn off the node teasers on taxonomy pages...so the sticky node's body was the only content being displayed.