

<?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>kieranbarnes &#187; WordPress</title>
	<atom:link href="http://bloke.org/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloke.org</link>
	<description>Independent PHP, WordPress &#38; CubeCart Programmer</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:42:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Using Persistent Cache in WordPress (with APC)</title>
		<link>http://bloke.org/wordpress/using-persistent-cache-in-wordpress-with-apc/</link>
		<comments>http://bloke.org/wordpress/using-persistent-cache-in-wordpress-with-apc/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 12:52:05 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[APC]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3692</guid>
		<description><![CDATA[Ever since WordPress 2.5, the WP Cache functions haven't been persistent, so the cached objects are only available for the page load (or script run). This means that data stored in the cache resides in memory only and only for the duration of the request. Upto version 2.5 we could have simply added define('WP_CACHE', true) to the wp-config.php [...]
Related posts:<ol>
<li><a href='http://bloke.org/apache/moving-mod_pagespeeds-file-based-cache-into-ram/' rel='bookmark' title='Moving mod_pagespeed&#8217;s file-based cache into RAM'>Moving mod_pagespeed&#8217;s file-based cache into RAM</a> <small>Google's mod_pagespeed does a great job at optimising web resources...</small></li>
<li><a href='http://bloke.org/php/installing-memcached-on-centoscpanel/' rel='bookmark' title='Installing memcached on CentOS/cPanel'>Installing memcached on CentOS/cPanel</a> <small>memcached a (distributed) memory object caching system vital if your...</small></li>
<li><a href='http://bloke.org/linux/simple-install-of-memcached-on-ubuntu/' rel='bookmark' title='Simple install of memcached on Ubuntu'>Simple install of memcached on Ubuntu</a> <small>Memcached is a free, high performance distributed memory object caching...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/wordpress/using-persistent-cache-in-wordpress-with-apc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site: Lizzie Lane &#8211; Hand Selected Beautiful Jewellery and Gifts</title>
		<link>http://bloke.org/wordpress/new-site-lizzie-lane-hand-selected-beautiful-jewellery-and-gifts/</link>
		<comments>http://bloke.org/wordpress/new-site-lizzie-lane-hand-selected-beautiful-jewellery-and-gifts/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 22:28:42 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[Client Sites]]></category>
		<category><![CDATA[Shopp]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3624</guid>
		<description><![CDATA[Today I completed work on another customer's site: Lizzie Lane - Hand Selected Beautiful Jewellery and Gifts. My tasks were to develop some custom templates for it's Thesis based theme, many Shopp modifications including fixing an XSS issue in Shopp, making Shopp work with SSL (something it does not do out of the box), some CSS work [...]
Related posts:<ol>
<li><a href='http://bloke.org/wordpress/programmatically-adding-items-to-the-cart-in-shopp/' rel='bookmark' title='Programmatically adding items to the cart in Shopp'>Programmatically adding items to the cart in Shopp</a> <small>One of the Shopp Support Reps - Adam has posted...</small></li>
<li><a href='http://bloke.org/php/seo-title-tags-shopp/' rel='bookmark' title='SEO Title Tags for Shopp'>SEO Title Tags for Shopp</a> <small>Shopp's default title tags are fine, but get down to...</small></li>
<li><a href='http://bloke.org/wordpress/remove-shopp-javascript-from-non-shopp-pages/' rel='bookmark' title='Remove Shopp Javascript from non-Shopp pages'>Remove Shopp Javascript from non-Shopp pages</a> <small>Following on from a post on the Shopp forum regarding...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/wordpress/new-site-lizzie-lane-hand-selected-beautiful-jewellery-and-gifts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Auto Install Script for cPanel</title>
		<link>http://bloke.org/wordpress/wordpress-auto-install-script-for-cpanel/</link>
		<comments>http://bloke.org/wordpress/wordpress-auto-install-script-for-cpanel/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 18:32:02 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[FTP]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3619</guid>
		<description><![CDATA[I have released version one of my WordPress Auto Install Script for cPanel. This script can be run from /scripts/postwwwacct to automatically download, install WordPress and create the required database and database username. No 3rd party licenses, scripts, FTP sessions. No outdated versions, always grabs the latest version from WordPress.org This script is available upon request for [...]
Related posts:<ol>
<li><a href='http://bloke.org/linux/single-line-wordpress-install/' rel='bookmark' title='Single Line WordPress Install'>Single Line WordPress Install</a> <small>I'm getting a pro at installing WordPress now.I'm trying to...</small></li>
<li><a href='http://bloke.org/client-sites/new-site-gamernode-wordpress-site-migration/' rel='bookmark' title='New Site: GamerNode &#8211; WordPress Site Migration'>New Site: GamerNode &#8211; WordPress Site Migration</a> <small>I recently had the pleasure of working with a well...</small></li>
<li><a href='http://bloke.org/mysql/upgrading-to-mysql-5-1-in-cpanelwhm/' rel='bookmark' title='Upgrading to MySQL 5.1 in cPanel/WHM'>Upgrading to MySQL 5.1 in cPanel/WHM</a> <small>Upgrading to MySQL 5.1 in cPanel is currently not the...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/wordpress/wordpress-auto-install-script-for-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress/Shopp Shipping Calculator/Options Access-Control-Allow-Origin Error</title>
		<link>http://bloke.org/php/wordpressshopp-shipping-calculatoroptions-access-control-allow-origin-error/</link>
		<comments>http://bloke.org/php/wordpressshopp-shipping-calculatoroptions-access-control-allow-origin-error/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 01:39:45 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Shopp]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3593</guid>
		<description><![CDATA[I've recently been debugging a customer's WordPress/Shopp store. When the customer set the Cart &#38; Checkout to be served over SSL  the shipping calculator failed. Serving Cart / Checkout / My Account pages over SSL is not built into Shopp for some reason. I have a post on this -  SSL/HTTPS for Shopp pages or checkout process only. If [...]
Related posts:<ol>
<li><a href='http://bloke.org/wordpress/usual-wordpress-io-error/' rel='bookmark' title='Not your usual WordPress IO Error'>Not your usual WordPress IO Error</a> <small>Today I noticed I was getting the dreaded WordPress IO...</small></li>
<li><a href='http://bloke.org/wordpress/sslhttps-for-shopp-pages-or-checkout-process-only/' rel='bookmark' title='SSL/HTTPS for Shopp pages or checkout process only'>SSL/HTTPS for Shopp pages or checkout process only</a> <small>Shopp currently doesn't redirect you to any SSL/HTTPS pages during...</small></li>
<li><a href='http://bloke.org/wordpress/remove-shopp-javascript-from-non-shopp-pages/' rel='bookmark' title='Remove Shopp Javascript from non-Shopp pages'>Remove Shopp Javascript from non-Shopp pages</a> <small>Following on from a post on the Shopp forum regarding...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/php/wordpressshopp-shipping-calculatoroptions-access-control-allow-origin-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To List A Custom Post Type&#8217;s Taxonomies And Terms</title>
		<link>http://bloke.org/php/how-to-list-a-custom-post-types-taxonomies-and-terms/</link>
		<comments>http://bloke.org/php/how-to-list-a-custom-post-types-taxonomies-and-terms/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 16:10:28 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3460</guid>
		<description><![CDATA[Jennifer M. Dodd has published a brilliant article on listing post taxonomies / terms / formats &#38; categories. I love it! Entitled  How To List A Custom Post Type's Taxonomies And Terms, she offers two functions that cover displaying all custom taxonomies, terms, post formats, categories and tags. Just saved me hours writing my own. [...]
Related posts:<ol>
<li><a href='http://bloke.org/wordpress/redirecting-a-custom-post-type/' rel='bookmark' title='Redirecting a custom post type'>Redirecting a custom post type</a> <small>Ever had to rename a custom post type? Pain in...</small></li>
<li><a href='http://bloke.org/wordpress/custom-post-type-indexarchives/' rel='bookmark' title='Custom Post Type Index/Archives'>Custom Post Type Index/Archives</a> <small>Custom Post Types have come a long way recently. Custom...</small></li>
<li><a href='http://bloke.org/wordpress/really-simple-wordpress-post-filtering/' rel='bookmark' title='Really Simple WordPress Post Filtering'>Really Simple WordPress Post Filtering</a> <small>Sometimes you don't want to show every post category on...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/php/how-to-list-a-custom-post-types-taxonomies-and-terms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Snippet] Programmatically add a WordPress User</title>
		<link>http://bloke.org/uncategorized/snippet-programmatically-add-a-wordpress-user/</link>
		<comments>http://bloke.org/uncategorized/snippet-programmatically-add-a-wordpress-user/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 23:05:21 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3440</guid>
		<description><![CDATA[Here's how I would programmatically add a WordPress User Related posts: [Snippet] Manually reset a WordPress password WordPress stores user passwords in MD5 checksums, so using your... Debugging WordPress Debugging WordPress is actually quite simple. Stop yourself going grey... [Snippet] Allow PHP in Smarty (CubeCart 5) Although it is generally bad practise to put PHP [...]
Related posts:<ol>
<li><a href='http://bloke.org/mysql/snippet-manually-reset-a-wordpress-password/' rel='bookmark' title='[Snippet] Manually reset a WordPress password'>[Snippet] Manually reset a WordPress password</a> <small>WordPress stores user passwords in MD5 checksums, so using your...</small></li>
<li><a href='http://bloke.org/wordpress/debugging-wordpress/' rel='bookmark' title='Debugging WordPress'>Debugging WordPress</a> <small>Debugging WordPress is actually quite simple. Stop yourself going grey...</small></li>
<li><a href='http://bloke.org/php/snippet-allow-php-in-smarty-cubecart-5/' rel='bookmark' title='[Snippet] Allow PHP in Smarty (CubeCart 5)'>[Snippet] Allow PHP in Smarty (CubeCart 5)</a> <small>Although it is generally bad practise to put PHP code...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/uncategorized/snippet-programmatically-add-a-wordpress-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highlighting current page in WordPress Menus</title>
		<link>http://bloke.org/php/highlighting-current-page-in-wordpress-menus/</link>
		<comments>http://bloke.org/php/highlighting-current-page-in-wordpress-menus/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 23:05:29 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3456</guid>
		<description><![CDATA[By default, wp_nav_menu doesn't create a .current_page_item or .current-menu-item class for certain elements in a wp_nav_menu, for example if you are viewing a custom post type archive or single page. Here's some code to fix that. Bang it in functions.php Don't forget to create your CSS classes if you already haven't done so. Related posts: My [...]
Related posts:<ol>
<li><a href='http://bloke.org/php/my-best-wordpress-plugins/' rel='bookmark' title='My best WordPress plugins'>My best WordPress plugins</a> <small>Here are a few of my WordPress plugins that I...</small></li>
<li><a href='http://bloke.org/php/cubecart-and-wordpress-integration/' rel='bookmark' title='CubeCart and WordPress Integration'>CubeCart and WordPress Integration</a> <small>Following my 100% CubeCart orientated posts, here's another late night...</small></li>
<li><a href='http://bloke.org/php/remove-favorite-actions-menu/' rel='bookmark' title='How to remove the favorite actions menu in WordPress admin'>How to remove the favorite actions menu in WordPress admin</a> <small>Open your functions.php and hook in filter onto favorite_actions and...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/php/highlighting-current-page-in-wordpress-menus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Redirecting a custom post type</title>
		<link>http://bloke.org/wordpress/redirecting-a-custom-post-type/</link>
		<comments>http://bloke.org/wordpress/redirecting-a-custom-post-type/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 23:03:45 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3453</guid>
		<description><![CDATA[Ever had to rename a custom post type? Pain in the ass. Lets just redirect it instead. Edit your functions.php Simple as that. Related posts: Custom Post Type Index/Archives Custom Post Types have come a long way recently. Custom... How To List A Custom Post Type&#8217;s Taxonomies And Terms Jennifer M. Dodd has published a [...]
Related posts:<ol>
<li><a href='http://bloke.org/wordpress/custom-post-type-indexarchives/' rel='bookmark' title='Custom Post Type Index/Archives'>Custom Post Type Index/Archives</a> <small>Custom Post Types have come a long way recently. Custom...</small></li>
<li><a href='http://bloke.org/php/how-to-list-a-custom-post-types-taxonomies-and-terms/' rel='bookmark' title='How To List A Custom Post Type&#8217;s Taxonomies And Terms'>How To List A Custom Post Type&#8217;s Taxonomies And Terms</a> <small>Jennifer M. Dodd has published a brilliant article on listing...</small></li>
<li><a href='http://bloke.org/wordpress/wordpress-archive-redirection-single-items/' rel='bookmark' title='WordPress Archive Redirection (Single Items)'>WordPress Archive Redirection (Single Items)</a> <small>If you are using the standard archive-[custom-post-type] and single-[custom-post-type] theme...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/wordpress/redirecting-a-custom-post-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-Ecommerce documentation still sucks</title>
		<link>http://bloke.org/wordpress/wp-ecommerce-documentation-still-sucks/</link>
		<comments>http://bloke.org/wordpress/wp-ecommerce-documentation-still-sucks/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 22:50:59 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3449</guid>
		<description><![CDATA[WP-Ecommerce documentation still sucks. I'm sorry too! Related posts: Multiple loops or making your own loop in WP-Ecommerce A client of mine needed a feature that could only... Using WP-Ecommerce Product Downloads without checking out I've used WP-Ecommerce for a few clients who required an...
Related posts:<ol>
<li><a href='http://bloke.org/wordpress/multiple-loops-making-loop-wp-ecommerce/' rel='bookmark' title='Multiple loops or making your own loop in WP-Ecommerce'>Multiple loops or making your own loop in WP-Ecommerce</a> <small>A client of mine needed a feature that could only...</small></li>
<li><a href='http://bloke.org/php/wp-ecommerce-product-downloads-checking/' rel='bookmark' title='Using WP-Ecommerce Product Downloads without checking out'>Using WP-Ecommerce Product Downloads without checking out</a> <small>I've used WP-Ecommerce for a few clients who required an...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/wordpress/wp-ecommerce-documentation-still-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Splitting WordPress content with &#8216;more&#8217; on single pages</title>
		<link>http://bloke.org/php/splitting-wordpress-content-with-more-on-single-pages/</link>
		<comments>http://bloke.org/php/splitting-wordpress-content-with-more-on-single-pages/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 22:37:00 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3445</guid>
		<description><![CDATA[WordPress uses the "More" button to create a small snippet of content, usually used on the blog page, to create article teasers and such. WordPress ignores the "More" function on single posts, pages and several other pages. Here's some code of make use of the "More" function on single pages and single posts. Perhaps splitting [...]
Related posts:<ol>
<li><a href='http://bloke.org/wordpress/wordpress-archive-redirection-single-items/' rel='bookmark' title='WordPress Archive Redirection (Single Items)'>WordPress Archive Redirection (Single Items)</a> <small>If you are using the standard archive-[custom-post-type] and single-[custom-post-type] theme...</small></li>
<li><a href='http://bloke.org/linux/single-line-wordpress-install/' rel='bookmark' title='Single Line WordPress Install'>Single Line WordPress Install</a> <small>I'm getting a pro at installing WordPress now.I'm trying to...</small></li>
<li><a href='http://bloke.org/php/highlighting-current-page-in-wordpress-menus/' rel='bookmark' title='Highlighting current page in WordPress Menus'>Highlighting current page in WordPress Menus</a> <small>By default, wp_nav_menu doesn't create a .current_page_item or .current-menu-item class for...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/php/splitting-wordpress-content-with-more-on-single-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

