I'm using MB Term Meta plugin for a custom taxonomy. Everything works fine except the output of a wysiwyg field.
I need the "read more" function, so I use the <--more--> tag to divide the content. I can see the tag in the field in backend, but it doesn't show up on frontend.
The other formatting stuff like h3- or strong-tags are working fine.
The <--more--> tag is saved in the database, but is kind of removed by the get_term_meta function...
I could pull the content directly from database, but there should be an easier way.