I just wanted to point out that no matter what you do WP seems to insists on inserting a opening and closing p tag before the_content().
Try echo get_the_content(); to remove the <p> tags.
I just wanted to point out that no matter what you do WP seems to insists on inserting a opening and closing p tag before the_content().
Try echo get_the_content(); to remove the <p> tags.
This topic has been closed to new replies.