Posts inserts automatic weird <p id=”top” /> tag within “the_content()”
-
Hi ! anyone had this WEIRD error happening ?
Posts inserts automatic weird <p id=”top” /> tag within “the_content()”Here it is in code:
<?php the_content(); ?>
And here is the rendered output:
<p id="top" /> <p class="s">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Fusce non leo eu tellus faucibus venenatis.</p>
When <p class=”s”> was propositally inserted. And it happens on every content body output.
Anyone can helpme out ? and once again. Thnks.
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Posts inserts automatic weird <p id=”top” /> tag within “the_content()”’ is closed to new replies.