how remove <p></p> tags automatically generated in <div class=”entry”>
-
if you write a post which content is:
hello
then the result is
<div class="entry">
<p>
hello
</p>
</div>
thats is
<div class="entry">
<?php the_content() ?>
</div>
how do i remove these paragraph tags?
(not using the visual rich text editor does not solve)thank u
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘how remove <p></p> tags automatically generated in <div class=”entry”>’ is closed to new replies.