get_content() adding self-closing paragraph tag
-
Please pardon my ignorance- I’m new to WordPress.
Something that is more than likely my doing is generating a self-closing paragraph tag, I believe in the output of the get_content() method. The output looks like this:
<p id="Top" />
It’s being generated where a regular, opening
<p>
should be and is breaking my layout as a result. Any ideas where I might look to modify this?The URL is https://www.evangoodberry.com/mjo and it’s any page except the first, which has no content.
Any help is greatly appreciated!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘get_content() adding self-closing paragraph tag’ is closed to new replies.