Where’s the <p> coming from?
-
Here’s what I have in the Loop:
‘<div class=”posttitle”><?php the_title(); ?> <?php edit_post_link(); ?></div>
<div class=”postinfo”>Posted by: <?php the_author(); ?> @ <?php the_time() ?></div>
<div class=”postentry”><?php the_content(); ?></div>’When the page renders the_content section shows up with a ‘p’ tag around it. How do I get rid of it?
Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Where’s the <p> coming from?’ is closed to new replies.