<?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: Display Most Recent Wordpress Posts On Another Site</title>
	<atom:link href="http://sivel.net/2008/01/most-recent-wp-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://sivel.net/2008/01/most-recent-wp-posts/</link>
	<description>Throwing Hot Coals</description>
	<pubDate>Sat, 22 Nov 2008 04:30:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3-9791</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://sivel.net/2008/01/most-recent-wp-posts/comment-page-1/#comment-942</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 24 Sep 2008 08:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/50#comment-942</guid>
		<description>Hi Matt!

Exactly what I need on my site. Thanks :) Only things extra I need, if possible, is the post image thumbnail and post text (not whole text, just the first little part of article) to be included with the link.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi Matt!</p>
<p>Exactly what I need on my site. Thanks :) Only things extra I need, if possible, is the post image thumbnail and post text (not whole text, just the first little part of article) to be included with the link.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catherine</title>
		<link>http://sivel.net/2008/01/most-recent-wp-posts/comment-page-1/#comment-125</link>
		<dc:creator>Catherine</dc:creator>
		<pubDate>Sun, 01 Jun 2008 03:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/50#comment-125</guid>
		<description>Hi - is it possible to use your code to also pull in a thumbnail image from another wordpress blog? It's one that I also run, so there are no copyright issues. :-) It's on the same server in fact, just a different account.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi - is it possible to use your code to also pull in a thumbnail image from another wordpress blog? It&#8217;s one that I also run, so there are no copyright issues. :-) It&#8217;s on the same server in fact, just a different account.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Global Fusion</title>
		<link>http://sivel.net/2008/01/most-recent-wp-posts/comment-page-1/#comment-124</link>
		<dc:creator>Global Fusion</dc:creator>
		<pubDate>Sat, 22 Mar 2008 00:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/50#comment-124</guid>
		<description>Matt,

Thanks a lot for your response. I am trying to figure this out  since our ecommerce site is based on php and smarty. So home.php calls up home.tpl which is the main template for the shopping cart. Within home.tpl there are different {include file="xxx/xxxxx.tpl"}, and one of them happens to be the one I want to replace with your blog snippet. The reason is that our blog is updated more frequently that the news mod we got

I'm going to ask for feedback in the shopping cart forum and see how we can make this happen. If you happen to be familiar with x-cart shopping cart, your feedback will be appreciated.

Again, thanks for your help.</description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>Thanks a lot for your response. I am trying to figure this out  since our ecommerce site is based on php and smarty. So home.php calls up home.tpl which is the main template for the shopping cart. Within home.tpl there are different {include file=&#8221;xxx/xxxxx.tpl&#8221;}, and one of them happens to be the one I want to replace with your blog snippet. The reason is that our blog is updated more frequently that the news mod we got</p>
<p>I&#8217;m going to ask for feedback in the shopping cart forum and see how we can make this happen. If you happen to be familiar with x-cart shopping cart, your feedback will be appreciated.</p>
<p>Again, thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://sivel.net/2008/01/most-recent-wp-posts/comment-page-1/#comment-123</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 21 Mar 2008 00:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/50#comment-123</guid>
		<description>@Global Fusion:  First, the page that you want to display the most recent posts must be a php page (ie ending in .php and not .html, .htm, or the likes)

Second, place the first snippet of code listed anywhere in your page.  Usually you would put this at the very top.

Third, place the code in the third code box into your page where you want it to display.

That is pretty much it.</description>
		<content:encoded><![CDATA[<p>@Global Fusion:  First, the page that you want to display the most recent posts must be a php page (ie ending in .php and not .html, .htm, or the likes)</p>
<p>Second, place the first snippet of code listed anywhere in your page.  Usually you would put this at the very top.</p>
<p>Third, place the code in the third code box into your page where you want it to display.</p>
<p>That is pretty much it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Global Fusion</title>
		<link>http://sivel.net/2008/01/most-recent-wp-posts/comment-page-1/#comment-122</link>
		<dc:creator>Global Fusion</dc:creator>
		<pubDate>Mon, 17 Mar 2008 18:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/50#comment-122</guid>
		<description>Hi there,

I've been looking for a code like this one that will allow me to show my latest posts in our homepage.

I am wondering if you can provide more details on how ti implement it. Will be very nice to have it working.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I&#8217;ve been looking for a code like this one that will allow me to show my latest posts in our homepage.</p>
<p>I am wondering if you can provide more details on how ti implement it. Will be very nice to have it working.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visa dom senaste inläggen på en annan webbplats &#171; Sökoptimering</title>
		<link>http://sivel.net/2008/01/most-recent-wp-posts/comment-page-1/#comment-121</link>
		<dc:creator>Visa dom senaste inläggen på en annan webbplats &#171; Sökoptimering</dc:creator>
		<pubDate>Sun, 16 Mar 2008 11:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/50#comment-121</guid>
		<description>[...] 16, 2008   Här finns en guide på hur du på ett enkelt sätt kan visa dom senaste inläggen på en annan [...]</description>
		<content:encoded><![CDATA[<p>[...] 16, 2008   Här finns en guide på hur du på ett enkelt sätt kan visa dom senaste inläggen på en annan [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Wilkerson</title>
		<link>http://sivel.net/2008/01/most-recent-wp-posts/comment-page-1/#comment-120</link>
		<dc:creator>Rob Wilkerson</dc:creator>
		<pubDate>Wed, 23 Jan 2008 18:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/archives/50#comment-120</guid>
		<description>For those of us who are more than a little OCD with respect to our code :-) :

&lt;code&gt;
function read_rss($display=0,$url='') {
    $rss = new XML_RSS($url);
    $rss-&gt;parse();
    $itemArr = array_slice ( $rss-&gt;getItems(), 0, $display );

    return $itemArr;
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>For those of us who are more than a little OCD with respect to our code :-) :</p>
<pre><code>function read_rss($display=0,$url='') {
    $rss = new XML_RSS($url);
    $rss-&gt;parse();
    $itemArr = array_slice ( $rss-&gt;getItems(), 0, $display );

    return $itemArr;
}</code></pre>
]]></content:encoded>
	</item>
</channel>
</rss>
