New version hard-wraps content in p elements
-
G’day folks,
Just pulled the new version 0.6.7 into a dev environment to look at it, and it now wraps column contents in a single paragraph. This creates invalid HTML when there is a mix of content types.
The better approach is to call
wpautop()
on the column content. This will produce correct HTML, with multiple paragraphs where the content requires that, and no paragraphs wrapping non-paragraph content such as lists.cheers,
Ross
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘New version hard-wraps content in p elements’ is closed to new replies.