WP Comments Should Have Paragraph Breaks
-
I can’t tell if this is theme-related (Genesis) or WP-related. My site comments have paragraphs stacked on top of each other and it turns out the paragraphs aren’t paragraphs, they are line breaks. I want paragraph tags.
For example, a multi-paragraph comment is showing:
<p>paragraph 1 <br> paragraph 2 <br> paragraph 3 </p>What I want is:
<p>paragraph 1 </p> <p> paragraph 2 </p> <p> paragraph 3 </p>I’ve looked through my functions.php file and can’t find anything. When I search online, I can only find people who want the opposite of what I want.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘WP Comments Should Have Paragraph Breaks’ is closed to new replies.