<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Add portfolio items to RSS feed</title>
		<link>http://www.kriesi.at/support/topic/add-portfolio-items-to-rss-feed</link>
		<description>Support Forum - Topic: Add portfolio items to RSS feed</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 15:31:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/add-portfolio-items-to-rss-feed" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Add portfolio items to RSS feed"</title>
			<link>http://www.kriesi.at/support/topic/add-portfolio-items-to-rss-feed#post-97887</link>
			<pubDate>Thu, 21 Feb 2013 17:49:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">97887@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mark,&#60;/p&#62;
&#60;p&#62;Did you use: &#60;a href=&#34;http://validator.w3.org/feed/&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/feed/&#60;/a&#62; ?&#60;/p&#62;
&#60;p&#62;The regular validator wouldn't work.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vanrijmenam on "Add portfolio items to RSS feed"</title>
			<link>http://www.kriesi.at/support/topic/add-portfolio-items-to-rss-feed#post-97805</link>
			<pubDate>Thu, 21 Feb 2013 11:35:42 +0000</pubDate>
			<dc:creator>vanrijmenam</dc:creator>
			<guid isPermaLink="false">97805@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;Thanks for the answer. I added the code. I have another question: I validated the RSS Feed on &#60;a href=&#34;http://validator.w3.org/&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/&#60;/a&#62; and I received, among others, the below comments. How can I change those&#60;/p&#62;
&#60;p&#62;- Feeds should not be served with the &#34;text/html&#34; media type &#60;/p&#62;
&#60;p&#62;- Your feed appears to be encoded as &#34;UTF-8&#34;, but your server is reporting &#34;US-ASCII&#34; &#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add portfolio items to RSS feed"</title>
			<link>http://www.kriesi.at/support/topic/add-portfolio-items-to-rss-feed#post-97757</link>
			<pubDate>Thu, 21 Feb 2013 06:54:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97757@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Add following code to functions.php (insert it at the very bottom):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function aviafeed_request($qv) {
	if (isset($qv[&#38;#39;feed&#38;#39;]) &#38;amp;&#38;amp; !isset($qv[&#38;#39;post_type&#38;#39;]))
		$qv[&#38;#39;post_type&#38;#39;] = array(&#38;#39;post&#38;#39;, &#38;#39;portfolio&#38;#39;);
	return $qv;
}
add_filter(&#38;#39;request&#38;#39;, &#38;#39;aviafeed_request&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>vanrijmenam on "Add portfolio items to RSS feed"</title>
			<link>http://www.kriesi.at/support/topic/add-portfolio-items-to-rss-feed#post-97652</link>
			<pubDate>Wed, 20 Feb 2013 15:07:55 +0000</pubDate>
			<dc:creator>vanrijmenam</dc:creator>
			<guid isPermaLink="false">97652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I was wondering how I can add my portfolio items to the RSS feed as at the moment only posts are added to the feed?&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
