toddtemple2
Member
Posted 1 year ago #
I have added several paragraphs to a page while using the Visual mode WYSIWYG editor. I can visibly see a space for the return when I hit the "Return" key. But when I publish the page or post, the paragraphs all run together. I understand that I could choose the HTML mode tab and manually add the <p> tags, but I am not wanting to explain these steps to a client. Can someone tell me why this is happening?
Here is a link to the page in question.
LINK-
http://www.deanfeeonly.com/about/
That page only has a single paragraph in the markup. Does the template use <?php the_content();?>? Have you tried:
- deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).
- switching to the default theme to rule out any theme-specific problems?
- resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.