Add a line break into WordPress Post or Page

WordPress

I don’t know why WordPress can’t seem to get line breaks to work correctly. Anyways, if you are searching for this you have probably tried adding a <br /> and it doesn’t work.

What you have to do is add the line break plus a space for WordPress to add the line break. Example, use this:

<br />&nbsp;

Hope that helps!