<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Create a &#8220;Recent Posts&#8221; Module Outside of&#160;WordPress</title> <atom:link href="http://davidwalsh.name/wordpress-recent-posts/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/wordpress-recent-posts</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 24 May 2012 07:34:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Adam Thompson</title><link>http://davidwalsh.name/wordpress-recent-posts#comment-27249</link> <dc:creator>Adam Thompson</dc:creator> <pubDate>Fri, 14 Oct 2011 20:43:05 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4951#comment-27249</guid> <description>Ah, perfect. Thanks! Needed to put latest blog post links on a site and didn&#039;t want to bother one of our programmers...I knew there had to be a handy code snippet to do it with. I just had to tweak the code for my permalink structure! Thanks!</description> <content:encoded><![CDATA[<p>Ah, perfect. Thanks! Needed to put latest blog post links on a site and didn&#8217;t want to bother one of our programmers&#8230;I knew there had to be a handy code snippet to do it with. I just had to tweak the code for my permalink structure! Thanks!</p> ]]></content:encoded> </item> <item><title>By: Senyo</title><link>http://davidwalsh.name/wordpress-recent-posts#comment-27067</link> <dc:creator>Senyo</dc:creator> <pubDate>Fri, 30 Sep 2011 17:51:30 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4951#comment-27067</guid> <description>I have created a website and want to add a blog page to it. Can someone please give me an idea on how to do this?</description> <content:encoded><![CDATA[<p>I have created a website and want to add a blog page to it. Can someone please give me an idea on how to do this?</p> ]]></content:encoded> </item> <item><title>By: lowes coupon</title><link>http://davidwalsh.name/wordpress-recent-posts#comment-24917</link> <dc:creator>lowes coupon</dc:creator> <pubDate>Thu, 30 Jun 2011 13:42:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4951#comment-24917</guid> <description>You could certainly see your expertise within the work you write. The arena hopes for even more passionate writers like you who are not afraid to mention how they believe. All the time follow your heart.</description> <content:encoded><![CDATA[<p>You could certainly see your expertise within the work you write. The arena hopes for even more passionate writers like you who are not afraid to mention how they believe. All the time follow your heart.</p> ]]></content:encoded> </item> <item><title>By: Becmen</title><link>http://davidwalsh.name/wordpress-recent-posts#comment-23155</link> <dc:creator>Becmen</dc:creator> <pubDate>Thu, 17 Mar 2011 22:17:11 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4951#comment-23155</guid> <description>Thank you! I was Googling for instructions on how to do this, and everything that came up referenced wp-load instead of wp-blog-header. Your links put me on the right track.</description> <content:encoded><![CDATA[<p>Thank you! I was Googling for instructions on how to do this, and everything that came up referenced wp-load instead of wp-blog-header. Your links put me on the right track.</p> ]]></content:encoded> </item> <item><title>By: Alex Crooks</title><link>http://davidwalsh.name/wordpress-recent-posts#comment-17760</link> <dc:creator>Alex Crooks</dc:creator> <pubDate>Fri, 21 May 2010 10:30:39 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4951#comment-17760</guid> <description>Fantastic thank you! Was trying to find a solution that didn&#039;t use wordpress&#039;s functions :D</description> <content:encoded><![CDATA[<p>Fantastic thank you! Was trying to find a solution that didn&#8217;t use wordpress&#8217;s functions :D</p> ]]></content:encoded> </item> <item><title>By: Dave33</title><link>http://davidwalsh.name/wordpress-recent-posts#comment-17605</link> <dc:creator>Dave33</dc:creator> <pubDate>Fri, 14 May 2010 13:06:02 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4951#comment-17605</guid> <description>Fairly new to WP.  Is it possible to generate posts dynamically in wordpress?  For example, I have listing data that gets created or updated daily and I&#039;d like to push that data to my blog as posts dynamically. I assume this is possible?  I&#039;d also like to dynamically remove a post once the item is gone.  The data will always look the same in the posts.If anyone could point me in the right direction I would appreciate it.Thanks,Dave</description> <content:encoded><![CDATA[<p>Fairly new to WP.  Is it possible to generate posts dynamically in wordpress?  For example, I have listing data that gets created or updated daily and I&#8217;d like to push that data to my blog as posts dynamically. I assume this is possible?  I&#8217;d also like to dynamically remove a post once the item is gone.  The data will always look the same in the posts.</p><p>If anyone could point me in the right direction I would appreciate it.</p><p>Thanks,</p><p>Dave</p> ]]></content:encoded> </item> <item><title>By: Michael Houghton</title><link>http://davidwalsh.name/wordpress-recent-posts#comment-17393</link> <dc:creator>Michael Houghton</dc:creator> <pubDate>Mon, 03 May 2010 13:24:23 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4951#comment-17393</guid> <description>@Bruno Lustosa:  another option is just to use the &quot;guid&quot; field from the posts table, which stores in the canonical form for the script (http://servername/?p=nnn)While this isn&#039;t the customised permalink, wordpress immediately serves a 301 (moved permanently) redirect to the custom permalink URL, which search engines should obey.@Bruno Lustosa:</description> <content:encoded><![CDATA[<p>@Bruno Lustosa:  another option is just to use the &#8220;guid&#8221; field from the posts table, which stores in the canonical form for the script (<a
href="http://servername/?p=nnn" rel="nofollow">http://servername/?p=nnn</a>)</p><p>While this isn&#8217;t the customised permalink, wordpress immediately serves a 301 (moved permanently) redirect to the custom permalink URL, which search engines should obey.</p><p>@Bruno Lustosa:</p> ]]></content:encoded> </item> <item><title>By: Michael Houghton</title><link>http://davidwalsh.name/wordpress-recent-posts#comment-17363</link> <dc:creator>Michael Houghton</dc:creator> <pubDate>Sat, 01 May 2010 13:58:23 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4951#comment-17363</guid> <description>Daniel15: Speed is far less of an issue here than you might think, actually. If either the blog or the site you&#039;re pulling headlines on is browsed fairly frequently, there&#039;s a good chance that PHP will have kept the WP database connection open and that the query result will be in MySQL&#039;s query cache, which is a pretty efficient thing.Having said that, your approach has the advantage of working regardless of where the blog is hosted, and indeed regardless of which app the blog is running on, which makes it the cleanest solution.</description> <content:encoded><![CDATA[<p>Daniel15: Speed is far less of an issue here than you might think, actually. If either the blog or the site you&#8217;re pulling headlines on is browsed fairly frequently, there&#8217;s a good chance that PHP will have kept the WP database connection open and that the query result will be in MySQL&#8217;s query cache, which is a pretty efficient thing.</p><p>Having said that, your approach has the advantage of working regardless of where the blog is hosted, and indeed regardless of which app the blog is running on, which makes it the cleanest solution.</p> ]]></content:encoded> </item> <item><title>By: Daniel15</title><link>http://davidwalsh.name/wordpress-recent-posts#comment-17358</link> <dc:creator>Daniel15</dc:creator> <pubDate>Sat, 01 May 2010 01:48:43 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4951#comment-17358</guid> <description>I did something similar on my website recently. Having queries on the page seemed a bit messy, and the WordPress way had a lot of global variables and also seemed messy. I ended up writing a script that loaded the RSS feed (via SimpleXML), got the data I needed, and output a serialised PHP array into a file. Then the page on my site just loads that serialised array from file (or it could even be from cache) when it needs it. Saves the overheads of database queries or XML parsing on every load, and is quite a bit faster :)</description> <content:encoded><![CDATA[<p>I did something similar on my website recently. Having queries on the page seemed a bit messy, and the WordPress way had a lot of global variables and also seemed messy. I ended up writing a script that loaded the RSS feed (via SimpleXML), got the data I needed, and output a serialised PHP array into a file. Then the page on my site just loads that serialised array from file (or it could even be from cache) when it needs it. Saves the overheads of database queries or XML parsing on every load, and is quite a bit faster :)</p> ]]></content:encoded> </item> <item><title>By: Jose Steven</title><link>http://davidwalsh.name/wordpress-recent-posts#comment-17354</link> <dc:creator>Jose Steven</dc:creator> <pubDate>Fri, 30 Apr 2010 18:19:30 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4951#comment-17354</guid> <description>Thank you for starting this excellent thread. I&#039;ve been looking info like this.</description> <content:encoded><![CDATA[<p>Thank you for starting this excellent thread. I&#8217;ve been looking info like this.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/7 queries in 0.007 seconds using disk: basic
Object Caching 805/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-24 03:53:26 -->
