georgec Posted April 29, 2008 Posted April 29, 2008 (edited) Might be a good idea to encapsulate title, description, and category and category items to take care of the "&"s and "<"s echo "<title><![CDATA[$headline]]></title>\n"; echo "<pubDate>$date</pubDate>\n"; echo "<description><![CDATA[$content]]></description>\n"; echo "<category><![CDATA[$article_topic]]></category>\n"; Also, if you're like me who utilizes Articles head desc. field for your SEO, you can use that field instead of regular description... //$content_1 = substr($content_rec['articles_description'], 0, 200); $content_1 = substr($content_rec['articles_head_desc_tag'], 0, 200); Sorry for not specifying the exact lines. If you cant figure out how to find and replace the code.. you shouldnt be touching it :rolleyes: - G Edited April 29, 2008 by georgec Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.