How can I get the line breaks that I make in the TinyMCE editor to translate into new lines in the web page. Suddenly all posts when actually previewed on the theme are walls of text. In the final post’s source code there are no surrounding <p> elements surrounding the elements.
Leave a Reply
You must be logged in to post a comment.
By default, line breaks in the TinyMCE editor are convered into
<p></p>
paragraphs. Either your theme or a plugin is disabling this functionality.To figure out which, you need to: