I'm having a problem with single spacing and the line break in posts. In version 1.4.1 word press needs to be doulbe spaced to keep the formatting. If I use single spacing the formatting goes away (the return key).
Return
(4 posts) (2 voices)-
Posted 1 year ago #
-
there's no 1.4.1, but understand. I removed the br formatting since it was causing all kind of problems. Paragraphs are used instead. A single return in the visual editor creates a paragraph. You can add br tags in the html editor though.
I will take a look at this again, because I understand it can be useful. it was just messing up some of the shortcodes, and removing this fixed it..
If you want to change it back you can edit hooks.php (in library/functions), search for "wpautop($piece,false)" and replace it with "wpautop($piece)".
Posted 1 year ago # -
Thanks, that fixed my problem. Could you expand on which shortcodes it messed up, so I know what to expect. Thanks again.
Posted 1 year ago # -
I don't remember, I have to check this again...
Posted 1 year ago #
Reply
You must log in to post.