So when looking at the html-view in the editor there is no <p>
tags, when a view the post every line break is surrounded with a <p>
. How?
Leave a Reply
You must be logged in to post a comment.
So when looking at the html-view in the editor there is no <p>
tags, when a view the post every line break is surrounded with a <p>
. How?
You must be logged in to post a comment.
The content is run through the wpautop filter (there’s a lot about that on Google).