<?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: WordPress Upgrade</title>
	<atom:link href="http://robwhitehouse.com/blogging/wordpress-upgrade/feed/" rel="self" type="application/rss+xml" />
	<link>http://robwhitehouse.com/blogging/wordpress-upgrade/</link>
	<description>A bunch of random notes from working in IT</description>
	<lastBuildDate>Wed, 08 Sep 2010 09:54:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Rob</title>
		<link>http://robwhitehouse.com/blogging/wordpress-upgrade/comment-page-1/#comment-19</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 26 Jan 2007 20:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://robwhitehouse.com/software/wordpress-upgrade/#comment-19</guid>
		<description>Not a problem; you&#039;ve done so much hard work on a really nice theme, all I did was change a single line of code! Also thanks for the pointer about the new version of your theme, I&#039;ll definitely check it out. Have also changed the links.php template again but only a decent fix for myself - Wordpress 2.1 has the wp_list_bookmarks() function so have utilised this to get the descriptions back as well. My usage: &lt;code&gt;wp_list_bookmarks(&#039;show_description=1&amp;between=&lt;br /&gt;&#039;)&lt;/code&gt; but this only works on Wordpress 2.1. Don&#039;t know anything about themes but I&#039;m sure there must be a way to return the Wordpress version and output certain code based on this - e.g. use deprecated code for older versions and new stuff for new versions, allowing the theme to look consistent regardless of the Wordpress version.</description>
		<content:encoded><![CDATA[<p>Not a problem; you&#8217;ve done so much hard work on a really nice theme, all I did was change a single line of code! Also thanks for the pointer about the new version of your theme, I&#8217;ll definitely check it out. Have also changed the links.php template again but only a decent fix for myself &#8211; WordPress 2.1 has the wp_list_bookmarks() function so have utilised this to get the descriptions back as well. My usage: <code>wp_list_bookmarks('show_description=1&#038;between=&lt;br /&gt;')</code> but this only works on WordPress 2.1. Don&#8217;t know anything about themes but I&#8217;m sure there must be a way to return the WordPress version and output certain code based on this &#8211; e.g. use deprecated code for older versions and new stuff for new versions, allowing the theme to look consistent regardless of the WordPress version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Merton</title>
		<link>http://robwhitehouse.com/blogging/wordpress-upgrade/comment-page-1/#comment-18</link>
		<dc:creator>Neil Merton</dc:creator>
		<pubDate>Fri, 26 Jan 2007 20:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://robwhitehouse.com/software/wordpress-upgrade/#comment-18</guid>
		<description>I shall have to update the theme!

Thanks for the pointer Rob.</description>
		<content:encoded><![CDATA[<p>I shall have to update the theme!</p>
<p>Thanks for the pointer Rob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://robwhitehouse.com/blogging/wordpress-upgrade/comment-page-1/#comment-17</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 24 Jan 2007 21:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://robwhitehouse.com/software/wordpress-upgrade/#comment-17</guid>
		<description>Well the &quot;Links&quot; thing was extremely easy to fix; my template (a rather pretty one called Web 2.0 from &lt;a href=&quot;http://www.neilmerton.co.uk/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Neil Merton&lt;/a&gt;) was parsing the Wordpress database manually. Really easy to fix; I just looked in the new Default template included with Wordpress 2.1 and there&#039;s a really, really easy PHP tag to fix this:&lt;code&gt;&lt;?php get_links_list(); ?&gt;&lt;/code&gt;So that&#039;s great!</description>
		<content:encoded><![CDATA[<p>Well the &#8220;Links&#8221; thing was extremely easy to fix; my template (a rather pretty one called Web 2.0 from <a href="http://www.neilmerton.co.uk/" target="_blank" rel="nofollow">Neil Merton</a>) was parsing the WordPress database manually. Really easy to fix; I just looked in the new Default template included with WordPress 2.1 and there&#8217;s a really, really easy PHP tag to fix this:<code>< ?php get_links_list(); ?></code>So that&#8217;s great!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
