Keep HTML in RSS feed?
-
Hi –
I’m trying to keep the html (including img tags) in my RSS feed. I have it set to full text in options. In the wp-rss2.php template I have this set:
<?php if ( strlen( $post->post_content ) > 0 ) : ?>
<description><![CDATA[<?php the_content_rss('(more...)', FALSE, '', 50, 0); ?>]]></description>However… it still strips it out even though encode_html is set to 0.
Any ideas?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Keep HTML in RSS feed?’ is closed to new replies.