<?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>code Archives - Keith Devon</title>
	<atom:link href="https://keithdevon.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>https://keithdevon.com/category/code/</link>
	<description>UK-based WordPress developer</description>
	<lastBuildDate>Thu, 16 Apr 2015 10:17:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.10</generator>
	<item>
		<title>How (and why) to use Schema.org on your WordPress website</title>
		<link>https://keithdevon.com/schema-on-your-wordpress-website/</link>
					<comments>https://keithdevon.com/schema-on-your-wordpress-website/#comments</comments>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Thu, 16 Apr 2015 10:17:52 +0000</pubDate>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[tuts]]></category>
		<category><![CDATA[schema]]></category>
		<category><![CDATA[semantics]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Theme Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://keithdevon.com/?p=1234</guid>

					<description><![CDATA[<p>Search engines have a big problem. There is so much data out there and it’s hard to work out what is what. Humans are great at inferring the context of web content, but this is much more difficult for Google, Bing, Yahoo!, etc.. That’s why the biggest search engines have come together to create a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/schema-on-your-wordpress-website/">How (and why) to use Schema.org on your WordPress website</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://keithdevon.com/schema-on-your-wordpress-website/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Add links to WordPress custom excerpts</title>
		<link>https://keithdevon.com/add-links-wordpress-custom-excerpts/</link>
					<comments>https://keithdevon.com/add-links-wordpress-custom-excerpts/#respond</comments>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Thu, 15 Jan 2015 11:03:44 +0000</pubDate>
				<category><![CDATA[code]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[tuts]]></category>
		<category><![CDATA[Theme Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://keithdevon.com/?p=1221</guid>

					<description><![CDATA[<p>By default custom excerpts don&#8217;t have a &#8216;read more&#8217; link of any kind. I wanted my custom excerpts to look the same as my dynamically generated ones. It&#8217;s a simple code change:</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/add-links-wordpress-custom-excerpts/">Add links to WordPress custom excerpts</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://keithdevon.com/add-links-wordpress-custom-excerpts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using variables with WordPress translation functions</title>
		<link>https://keithdevon.com/using-variables-wordpress-translation-functions/</link>
					<comments>https://keithdevon.com/using-variables-wordpress-translation-functions/#comments</comments>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Sun, 14 Sep 2014 16:45:50 +0000</pubDate>
				<category><![CDATA[code]]></category>
		<category><![CDATA[tuts]]></category>
		<guid isPermaLink="false">https://keithdevon.com/?p=1183</guid>

					<description><![CDATA[<p>Today I wanted to be able to pass a custom field variable to the WordPress localization (l10n) functions. The custom field is a select field, so all the possible outputs are known. WordPress uses PO and MO files for translations. These are generated by scanning the site for __() and _e() functions, with a programme [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/using-variables-wordpress-translation-functions/">Using variables with WordPress translation functions</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://keithdevon.com/using-variables-wordpress-translation-functions/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Full screen background images</title>
		<link>https://keithdevon.com/full-screen-background-images/</link>
					<comments>https://keithdevon.com/full-screen-background-images/#respond</comments>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Fri, 22 Aug 2014 13:46:53 +0000</pubDate>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[tuts]]></category>
		<category><![CDATA[background image]]></category>
		<category><![CDATA[CSS]]></category>
		<guid isPermaLink="false">https://keithdevon.com/?p=1170</guid>

					<description><![CDATA[<p>I&#8217;m putting this here for my own sanity. If I had £1 for every time I&#8217;ve tried to solve this issue! The goal here is to have a background image that covers the whole of the browser window. Ideally we want it to scale, stay centred, and keep it&#8217;s correct proportions. My go-to article on [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/full-screen-background-images/">Full screen background images</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://keithdevon.com/full-screen-background-images/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Passing variables to get_template_part() in WordPress</title>
		<link>https://keithdevon.com/passing-variables-to-get_template_part-in-wordpress/</link>
					<comments>https://keithdevon.com/passing-variables-to-get_template_part-in-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Thu, 31 Jan 2013 12:32:01 +0000</pubDate>
				<category><![CDATA[code]]></category>
		<category><![CDATA[tuts]]></category>
		<guid isPermaLink="false">http://keithdevon.wpengine.com/?p=1041</guid>

					<description><![CDATA[<p>This morning I needed to pass a variable to a file that I was including using the WordPress get_template_part function. I was fiddling around with global variables when I thought there must be a better way. There is. Locate and include You can use the WordPress locate_template function within PHP&#8217;s include(). It&#8217;s done like this: include(locate_template('your-template-name.php')); [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/passing-variables-to-get_template_part-in-wordpress/">Passing variables to get_template_part() in WordPress</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://keithdevon.com/passing-variables-to-get_template_part-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>55</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress $is_iphone global</title>
		<link>https://keithdevon.com/wordpress-is_iphone-global/</link>
					<comments>https://keithdevon.com/wordpress-is_iphone-global/#comments</comments>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Sun, 14 Oct 2012 14:50:31 +0000</pubDate>
				<category><![CDATA[code]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://keithdevon.wpengine.com/?p=985</guid>

					<description><![CDATA[<p>OK, why did nobody tell me about this, and why is it not documented! I just found out today that WordPress does some browser detection of its own. I&#8217;ve previously relied on other code libraries for this, but maybe now I can use the &#8216;WordPress Way&#8217;. Detecting mobile in WordPress using $is_iphone In wp-includes/vars.php there [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/wordpress-is_iphone-global/">WordPress $is_iphone global</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://keithdevon.com/wordpress-is_iphone-global/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>The PHP ternary operator</title>
		<link>https://keithdevon.com/the-php-ternary-operator/</link>
					<comments>https://keithdevon.com/the-php-ternary-operator/#comments</comments>
		
		<dc:creator><![CDATA[Keith Devon]]></dc:creator>
		<pubDate>Tue, 09 Oct 2012 10:03:25 +0000</pubDate>
				<category><![CDATA[code]]></category>
		<category><![CDATA[tuts]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://keithdevon.wpengine.com/?p=969</guid>

					<description><![CDATA[<p>In my quest to master PHP, I&#8217;m going to start investigating some of the bits I&#8217;m unfamiliar with, and blogging about them. This morning, I was reading through the excellent &#8220;Professional WordPress Plugin Development&#8221; by Brad Williams, Ozh Richards and Justin Tadlock (I&#8217;ve made a resolution to read a bit every couple of days). In [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://keithdevon.com/the-php-ternary-operator/">The PHP ternary operator</a> appeared first on <a rel="nofollow" href="https://keithdevon.com">Keith Devon</a>.</p>
]]></description>
		
					<wfw:commentRss>https://keithdevon.com/the-php-ternary-operator/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
