I’m using –this tutorial– to add simple meta boxes to a custom post type. But the textarea meta boxes are spitting out content all as one big paragraph, with no <p>
formatting applied.
What code would add the –wpautop filter– to the meta box textarea? Thanks for any help.
Add a function that grabs your meta data, applies wpautop and echoes it out, or otherwise run it through when you output it in your template.
There is also a good Plugin for this Problem: http://www.bake-the-web.de/2012/03/22/no-wpautop/
It disables wpautop for Excerpt, Content or both.