<?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>More Than Scratch The Surface &#187; wordpress themes</title>
	<atom:link href="http://scratch99.com/tag/wordpress-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://scratch99.com</link>
	<description>A Journey In Web Development</description>
	<lastBuildDate>Fri, 30 Mar 2012 12:52:10 +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>Custom Page Templates &#8211; Calling An External CSS File</title>
		<link>http://scratch99.com/wordpress/development/custom-page-template-external-css-file/</link>
		<comments>http://scratch99.com/wordpress/development/custom-page-template-external-css-file/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 13:21:42 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[custom page templates]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2009/03/custom-page-template-external-css-file/</guid>
		<description><![CDATA[Note: Not long after writing this post, I discovered that the best way to load external CSS files is by using the wp_enqueue_style function. Similarly, the best way to load JavaScript files is by using the wp_enqueue_script function. The method outlined below is not necessary &#8211; although it may still be useful for other things [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Note: Not long after writing this post, I discovered that the best way to load external CSS files is by using the <a target="_blank" href="http://codex.wordpress.org/Function_Reference/wp_enqueue_style">wp_enqueue_style</a> function. Similarly, the best way to load JavaScript files is by using the <a target="_blank" href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script">wp_enqueue_script</a> function. The method outlined below is not necessary &#8211; although it may still be useful for other things to be added to the head section.</strong></p>
<p><strong>Custom page templates</strong> are a powerful feature of WordPress that can be used to make pages (not posts) do something different from normal. You can make them do pretty much anything. Obviously, this can <strong>greatly increase the flexibility of your site</strong>. </p>
<p>Amongst other things, I&#8217;ve used custom page templates to create a <a href="http://www.jobsinchina.com/flickr-picks-wall/" target="_blank">basic photo wall</a> and a dynamic <a href="http://www.jobsinchina.com/jobs-in-china/" target="_blank">listing of jobs in China</a>.</p>
<p>However, because of the way most WordPress themes are created, calling <strong>an external CSS file</strong> from a <strong>custom page template</strong> is not straightforward. Here, I explain the problem, look at the options and explain how to use &#8216;plugin functionality&#8217; to overcome the problem.</p>
<p> &#8230; [<a href="http://scratch99.com/wordpress/development/custom-page-template-external-css-file/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/development/custom-page-template-external-css-file/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Poll &#8211; Which WordPress Theme Framework To Use?</title>
		<link>http://scratch99.com/wordpress/development/poll-wordpress-theme-frameworks/</link>
		<comments>http://scratch99.com/wordpress/development/poll-wordpress-theme-frameworks/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 13:32:08 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[poll]]></category>
		<category><![CDATA[theme frameworks]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2009/02/poll-wordpress-theme-frameworks/</guid>
		<description><![CDATA[So far, my WordPress development work has consisted of writing WordPress plugins and occasionally hacking themes. I&#8217;ve always said that I wanted to write a WordPress theme from scratch, but never had time to do so. One of my sites is going to need a redesign shortly, so here&#8217;s my big opportunity. However, with the [...]]]></description>
			<content:encoded><![CDATA[<p>So far, my WordPress development work has consisted of writing <a title="My WordPress plugins page" href="http://scratch99.com/wordpress-plugins-by-stephen-cronin/">WordPress plugins</a> and occasionally hacking themes. I&#8217;ve always said that I wanted to write a WordPress theme from scratch, but never had time to do so. One of my sites is going to need a redesign shortly, so here&#8217;s my big opportunity.</p>
<p>However, with the rise of the <strong>WordPress theme framework</strong> and the limited time available to me, I&#8217;ve started thinking that the sensible thing to do is use a theme framework. But which one? </p>
<p> &#8230; [<a href="http://scratch99.com/wordpress/development/poll-wordpress-theme-frameworks/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/development/poll-wordpress-theme-frameworks/feed/</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
		<item>
		<title>2008 On More Than Scratch The Surface</title>
		<link>http://scratch99.com/general/2008-review/</link>
		<comments>http://scratch99.com/general/2008-review/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 14:12:29 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[make money online]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2009/01/2008-on-more-than-scratch-the-surface/</guid>
		<description><![CDATA[Happy New Year to all! A new year, a new start, but before I start churning out new posts, I want to have a quick look at 2008 on More Than Scratch The Surface. I&#8217;m not normally given to writing review posts, but I was looking at my Google Analytics stats for 2008 and felt [...]]]></description>
			<content:encoded><![CDATA[<p>Happy New Year to all! A new year, a new start, but before I start churning out new posts, I want to have a quick look at 2008 on More Than Scratch The Surface. I&#8217;m not normally given to writing review posts, but I was looking at my Google Analytics stats for 2008 and felt moved to write a review of 2008.</p>
<p> &#8230; [<a href="http://scratch99.com/general/2008-review/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/general/2008-review/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Plugin News And Theme Update</title>
		<link>http://scratch99.com/wordpress/plugins/news/roundup-work-plugin-news-theme-update/</link>
		<comments>http://scratch99.com/wordpress/plugins/news/roundup-work-plugin-news-theme-update/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 13:18:09 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[WordPress Plugin News]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[wordpress themes]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/07/roundup-work-plugin-news-theme-update/</guid>
		<description><![CDATA[This is a brief update on what I&#8217;ve been doing, my plans for the site and my WordPress Plugins. &#8230; [visit site to read more]]]></description>
			<content:encoded><![CDATA[<p>This is a brief update on what I&#8217;ve been doing, my plans for the site and my WordPress Plugins.  &#8230; [<a href="http://scratch99.com/wordpress/plugins/news/roundup-work-plugin-news-theme-update/">visit site to read more</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://scratch99.com/wordpress/plugins/news/roundup-work-plugin-news-theme-update/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: scratch99.com @ 2012-05-23 04:45:00 -->
