<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Merging RSS Feeds With SimplePie</title>
	<atom:link href="http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=merging-rss-feeds-with-simplepie</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Sat, 20 Mar 2010 16:23:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mossack Anme</title>
		<link>http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-11116</link>
		<dc:creator>Mossack Anme</dc:creator>
		<pubDate>Fri, 19 Mar 2010 04:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-11116</guid>
		<description>Why my feed cant load the description and date? See it through my name.</description>
		<content:encoded><![CDATA[<p>Why my feed cant load the description and date? See it through my name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-10954</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Mon, 22 Feb 2010 22:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-10954</guid>
		<description>how do you do that. 
I have researched and I can&#039;t seem to find a way to.
Any help will be much appreciated.</description>
		<content:encoded><![CDATA[<p>how do you do that.<br />
I have researched and I can&#8217;t seem to find a way to.<br />
Any help will be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-10925</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 16 Feb 2010 06:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-10925</guid>
		<description>You could create a multidimensional array containing the feed URLs and your other data, which you could probably match up with the items somehow?</description>
		<content:encoded><![CDATA[<p>You could create a multidimensional array containing the feed URLs and your other data, which you could probably match up with the items somehow?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-10922</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Mon, 15 Feb 2010 16:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-10922</guid>
		<description>Thank you so much for this guide. I really appreciate you posting it.
I would like to also add these two items to each of the feed: a category and image (link) unique to each single feed.  I will have the information stored somewhere and I just want the values to be assigned to each feed line as the code is looping through the feeds. 
Does anyone know how I can do that? I will really appreciate it. 
Jack.</description>
		<content:encoded><![CDATA[<p>Thank you so much for this guide. I really appreciate you posting it.<br />
I would like to also add these two items to each of the feed: a category and image (link) unique to each single feed.  I will have the information stored somewhere and I just want the values to be assigned to each feed line as the code is looping through the feeds.<br />
Does anyone know how I can do that? I will really appreciate it.<br />
Jack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-10443</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 30 Nov 2009 22:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-10443</guid>
		<description>First, make sure that the feeds have more than ten items altogether. :)

Also, make sure you delete the files in the cache.</description>
		<content:encoded><![CDATA[<p>First, make sure that the feeds have more than ten items altogether. <img src='http://www.webmaster-source.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, make sure you delete the files in the cache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Designs Edge</title>
		<link>http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-10432</link>
		<dc:creator>Designs Edge</dc:creator>
		<pubDate>Mon, 30 Nov 2009 03:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-10432</guid>
		<description>I am testing your script, and love it thus far.  I would like the ability to show more than 10 items, I have changed the variable to: 
php foreach($feed-&gt;get_items() as $item): 
if ($itemlimit==20) { break; } 


Any idea why I am still getting 10?  I have adjusted the cache value as well.</description>
		<content:encoded><![CDATA[<p>I am testing your script, and love it thus far.  I would like the ability to show more than 10 items, I have changed the variable to:<br />
php foreach($feed-&gt;get_items() as $item):<br />
if ($itemlimit==20) { break; } </p>
<p>Any idea why I am still getting 10?  I have adjusted the cache value as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan.J</title>
		<link>http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-9977</link>
		<dc:creator>Ryan.J</dc:creator>
		<pubDate>Sun, 25 Oct 2009 02:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-9977</guid>
		<description>this post has send a years, but very useful, i find out the A Collection of Beginner Simplepie Tutorials, maybe can helpful somebody like me for a Beginner  
&lt;a href=&quot;http://www.devirtuoso.com/2009/07/a-collection-of-beginner-simplepie-tutorials/&quot; target=&quot;_blank&quot;&gt;http://www.devirtuoso.com/2009/07/a-collection-of...&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>this post has send a years, but very useful, i find out the A Collection of Beginner Simplepie Tutorials, maybe can helpful somebody like me for a Beginner<br />
<a href="http://www.devirtuoso.com/2009/07/a-collection-of-beginner-simplepie-tutorials/" target="_blank"></a><a href="http://www.devirtuoso.com/2009/07/a-collection-of.." rel="nofollow">http://www.devirtuoso.com/2009.....ction-of..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benjamin junior &#187; Blog Archive &#187; Bookmarks em August 12th</title>
		<link>http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-9160</link>
		<dc:creator>benjamin junior &#187; Blog Archive &#187; Bookmarks em August 12th</dc:creator>
		<pubDate>Thu, 13 Aug 2009 18:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-9160</guid>
		<description>[...] Merging RSS Feeds With SimplePie - Have you played around with SimplePie? If not, start experimenting. SimplePie is an amazingly useful file you include in your PHP scripts so you can parse RSS feeds. It&#8217;s fast, it&#8217;s powerful, it&#8217;s easy to use, and there&#8217;s a lot you can do with it. In addition to the ordinary stuff, like displaying feed content on your website, you can also utilize SimplePie for more interesting things&#8230;.like combining RSS feeds. Why would you want to do that? Well, some of us have multiple blogs. Using SimplePie you can create a feed that aggregates all of your blogs&#8217; feeds. Blog networks may find this technique useful as well. [...]</description>
		<content:encoded><![CDATA[<p>[...] Merging RSS Feeds With SimplePie &#8211; Have you played around with SimplePie? If not, start experimenting. SimplePie is an amazingly useful file you include in your PHP scripts so you can parse RSS feeds. It&rsquo;s fast, it&rsquo;s powerful, it&rsquo;s easy to use, and there&rsquo;s a lot you can do with it. In addition to the ordinary stuff, like displaying feed content on your website, you can also utilize SimplePie for more interesting things&hellip;.like combining RSS feeds. Why would you want to do that? Well, some of us have multiple blogs. Using SimplePie you can create a feed that aggregates all of your blogs&rsquo; feeds. Blog networks may find this technique useful as well. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 14 Tutorials to Get You into SimplePie - The Designed</title>
		<link>http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-9051</link>
		<dc:creator>14 Tutorials to Get You into SimplePie - The Designed</dc:creator>
		<pubDate>Thu, 30 Jul 2009 00:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-9051</guid>
		<description>[...] Merging RSS Feeds With SimplePie &#8211; [...]</description>
		<content:encoded><![CDATA[<p>[...] Merging RSS Feeds With SimplePie &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-8592</link>
		<dc:creator>redwall_hp</dc:creator>
		<pubDate>Fri, 19 Jun 2009 02:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/2007/08/06/merging-rss-feeds-with-simplepie/#comment-8592</guid>
		<description>Have you tried the SimplePie support forum yet? 
 
&lt;a href=&quot;http://tech.groups.yahoo.com/group/simplepie-support/&quot; target=&quot;_blank&quot;&gt;http://tech.groups.yahoo.com/group/simplepie-supp...&lt;/a&gt; 
 
They of all people should know how to fix it. </description>
		<content:encoded><![CDATA[<p>Have you tried the SimplePie support forum yet? </p>
<p><a href="http://tech.groups.yahoo.com/group/simplepie-support/" target="_blank"></a><a href="http://tech.groups.yahoo.com/group/simplepie-supp.." rel="nofollow">http://tech.groups.yahoo.com/g.....pie-supp..</a>. </p>
<p>They of all people should know how to fix it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
