It seems that all my <p> and
tags are getting stripped out. How can I change this?
Thanks!
It seems that all my <p> and
tags are getting stripped out. How can I change this?
Thanks!
It's the Pop Blue theme and it seems to be stripping all html, including a href tags....
Please! My blog wants paragraphs! :)
Hey I found it. If anyone has this same problem change
<?php the_content_rss('', TRUE, '', 150); ?>
to
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
This will get rid of the character limit, and allow paragraph, breaks, and a href tags.
You must log in to post.