Hi I am having a slight problem with my wordpress editor, when I click enter a number of times to introduce new paragraphs or line breaks and then click Update post the changes disappear and the paragraphs and line breaks are removed, how can i fix this? thanks
fansoftech
Member
Posted 3 years ago #
Hey, drtanz... not sure if you noticed this in your forum searches but you can put <p align="none"> </p> in your HTML code to get that empty paragraph (well, kinda empty... that " " is a space) to stay. However, if you switch back to the visual view, it disappears again. Certainly not a permanent solution but it's a workaround... one that I'm currently having to use.
That sounds like some annoying content filtering that WordPress does. Try this plugin: http://urbangiraffe.com/plugins/disable-wpautop/
dotwebs
Member
Posted 3 years ago #
I just found an answer to this problem.. If you install this tinymce-advanced plugin: http://wordpress.org/extend/plugins/tinymce-advanced/
there is an option to stop removing the <p> and breaks and show them in the html editor.
There are loads of posts about this problem, WP should add it to their FAQ.