<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Simon Battersby&#039;s blog &#187; wordpress</title>
	<atom:link href="http://www.simonbattersby.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonbattersby.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 07:43:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Multiple images on WP e-Commerce product pages</title>
		<link>http://www.simonbattersby.com/blog/2011/11/multiple-images-on-wp-e-commerce-product-pages/</link>
		<comments>http://www.simonbattersby.com/blog/2011/11/multiple-images-on-wp-e-commerce-product-pages/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 17:54:02 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Web Design and Build]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp e-Commerce]]></category>

		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?p=2041</guid>
		<description><![CDATA[Dismayed this morning to find that WP e-Commerce does not support multiple images on a product page unless you pay for the &#8220;gold cart&#8221; option. Since I&#8217;m basically stingy, I did it myself. Here&#8217;s how: I replaced this code in wpsc-single_product.php: &#60;?php if ( wpsc_the_product_thumbnail() ) : ?&#62; &#60;a rel="&#60;?php echo wpsc_the_product_title(); ?&#62;" class="&#60;?php echo [...]]]></description>
		<wfw:commentRss>http://www.simonbattersby.com/blog/2011/11/multiple-images-on-wp-e-commerce-product-pages/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>WordPress wrapping shortcodes with p tags</title>
		<link>http://www.simonbattersby.com/blog/2011/02/wordpress-wrapping-shortcodes-with-p-tags/</link>
		<comments>http://www.simonbattersby.com/blog/2011/02/wordpress-wrapping-shortcodes-with-p-tags/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 20:56:17 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Web Design and Build]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?p=1784</guid>
		<description><![CDATA[Been struggling over the last day or so to stop WordPress wrapping p tags around a shortcode. I&#8217;m using Arnan de Gans Events plugin on a WordPress site for a client. One of the pages just includes this shortcode: [events_show] This shows a list of events. I&#8217;ve configured the plugin so each event is in [...]]]></description>
		<wfw:commentRss>http://www.simonbattersby.com/blog/2011/02/wordpress-wrapping-shortcodes-with-p-tags/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Loading a webpage in stages</title>
		<link>http://www.simonbattersby.com/blog/2010/03/loading-a-webpage-in-stages/</link>
		<comments>http://www.simonbattersby.com/blog/2010/03/loading-a-webpage-in-stages/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 20:12:48 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Web Design and Build]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?p=608</guid>
		<description><![CDATA[I reworked my homepage this weekend and wanted to display the latest WordPress blog post on it. No problem there. However, the initial response times for my blog are sometimes quite slow, and this then meant that the whole of my homepage was slow to display, because the page was waiting for the blog to [...]]]></description>
		<wfw:commentRss>http://www.simonbattersby.com/blog/2010/03/loading-a-webpage-in-stages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop WordPress adding &lt;br/&gt; tags</title>
		<link>http://www.simonbattersby.com/blog/2009/08/stop-wordpress-adding-br-tags/</link>
		<comments>http://www.simonbattersby.com/blog/2009/08/stop-wordpress-adding-br-tags/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 19:56:37 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Web Design and Build]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?p=356</guid>
		<description><![CDATA[Been swearing at WordPress this afternoon&#8230; I&#8217;ve been trying to transfer an html form, which I had working perfectly on a static html page, onto a WordPress page. WordPress insisted on adding multiple &#60;br/&#62; tags where I didn&#8217;t want them. Mutter. Eventually, after much searching, I identified a parameter within wp-includes/formatting.php, which allows you to [...]]]></description>
		<wfw:commentRss>http://www.simonbattersby.com/blog/2009/08/stop-wordpress-adding-br-tags/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Body classes on WordPress pages</title>
		<link>http://www.simonbattersby.com/blog/2009/07/body-classes-on-wordpress-pages/</link>
		<comments>http://www.simonbattersby.com/blog/2009/07/body-classes-on-wordpress-pages/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 18:27:32 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Web Design and Build]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?p=249</guid>
		<description><![CDATA[I spent hours this weekend trying to apply a different body class to a WordPress page. Specifically, I wanted to apply a different class to WordPress pages as opposed to WordPress posts. Why? Because I wanted to be allow comments to be left on a number of pages which were previously outside WordPress, but I [...]]]></description>
		<wfw:commentRss>http://www.simonbattersby.com/blog/2009/07/body-classes-on-wordpress-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating WordPress into your website</title>
		<link>http://www.simonbattersby.com/blog/2009/07/integrating-wordpress-into-your-website/</link>
		<comments>http://www.simonbattersby.com/blog/2009/07/integrating-wordpress-into-your-website/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 16:53:49 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Web Design and Build]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.simonbattersby.com/blog/?p=55</guid>
		<description><![CDATA[In the last couple of weeks I have incorporated WordPress blogs into two sites, applying the existing site style to the WordPress pages.  You&#8217;re looking at one of these right now&#8230; I didn&#8217;t particularly want to replace all my existing pages with WordPress pages, I just wanted to use the WordPress functionality to power the [...]]]></description>
		<wfw:commentRss>http://www.simonbattersby.com/blog/2009/07/integrating-wordpress-into-your-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

