• Resolved joemerchant2

    (@joemerchant2)


    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)
  • Thread Starter joemerchant2

    (@joemerchant2)

    Meh, turns out it’s how some people are writing comments. For some, it’s a
    and <p> for others. I’m going to set the CSS for the comment
    tags and be done with it.

Viewing 1 replies (of 1 total)

The topic ‘WP Comments Should Have Paragraph Breaks’ is closed to new replies.