Allow HTML in custom taxonomy description, and show it on front end
So after some coding, and some testing and stuff I finally got it working. I noticed that the Term description was being stored in the database as escaped HTML entities (<br>), which means WordPress is storing the <br> tags as text, not as actual HTML. So I wrote some code to decode the HTML entities … Read more