Tagged Questions
0
votes
2answers
139 views
Stop wordpress from removing HTML attributes
I try to insert a post with html tag with class attribute, like this: <dl class="dl-horizontal">, but after saving the post, WP removes an attribute.
How can I fix it?
The only way I've found, ...