<?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>HackRunner &#187; html</title>
	<atom:link href="http://www.hackrunner.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackrunner.com</link>
	<description>Bits, Bytes, and Long Runs</description>
	<lastBuildDate>Mon, 19 Nov 2012 12:06:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Creating a Simple WordPress Theme</title>
		<link>http://www.hackrunner.com/2010/03/creating-a-wordpress-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-a-wordpress-theme</link>
		<comments>http://www.hackrunner.com/2010/03/creating-a-wordpress-theme/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 21:39:18 +0000</pubDate>
		<dc:creator>TomS</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[960]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hackrunner]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.hackrunner.com/?p=19</guid>
		<description><![CDATA[In my previous post, I got the latest version of WordPress up and running on one of my home test servers. So what was the point of that whole ordeal? To set up a sandbox where I could try out WordPress customizations and features without impacting my live site. Once I had my test WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://www.hackrunner.com/2010/03/installing-wordpress-2-9-2-on-ubuntu-9-10/">previous post</a>, I got the latest version of <a href="http://www.wordpress.org">WordPress</a> up and running on one of my home test servers.  So what was the point of that whole ordeal?  To set up a sandbox where I could try out WordPress customizations and features without impacting my live site.  Once I had my test WordPress up and running, the first thing I tried out was creating my own custom theme.</p>
<p>In this post, I&#8217;ll run through the high level steps I went through to get the basics of this site up and running, including detailed code snippets along the way. I&#8217;m assuming the reader has some familiarity with XHTML and CSS, so I won&#8217;t dive too deep into the details; there are plenty of tutorials and documentation out on the web for that.</p>
<p>If you&#8217;d like to look at my final theme as reference while reading  through this post, you can download a snapshot below.</p>
<p><a href="http://www.hackrunner.com/wp-content/uploads/2010/03/hackrunner.theme_.tar">hackrunner.theme.tar</a><br />
<a href="http://www.hackrunner.com/wp-content/uploads/2010/03/hackrunner.theme_.zip">hackrunner.theme.zip</a></p>
<p><span id="more-19"></span></p>
<h1>Overview</h1>
<p>Before getting my first post out on my live blog, I wanted my own custom theme for WordPress.  I&#8217;m not a UI designer and normally don&#8217;t focus a lot of my efforts on creating flashy themes, so I wanted to keep my theme simple.  That being said, I had a couple requirements in mind when I was creating my theme.</p>
<ul>
<li>The site should have a simple navigable layout, relying on the WordPress defaults where it makes sense.</li>
<li>The site should allow for quick navigation of posts, pages, and different types of archives (monthly, categorical, search, etc.)</li>
<li>The site should favor CSS for most visual styling.  Images should be kept to a minimum.</li>
<li>The site should have a colorful and usable color scheme.</li>
<li>The site should use a CSS layout framework.</li>
</ul>
<p>For anyone following along, I&#8217;d highly recommend reading through the <a href="http://codex.wordpress.org/Theme_Development">Theme Development Documentation</a> and <a href="http://codex.wordpress.org/Template_Tags">Template Tags</a> sections of the WordPress Codex.  Between the two, you&#8217;ll find just about any information you&#8217;d need when creating a theme, and it will fill in a lot of the gaps my post doesn&#8217;t cover.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackrunner.com/2010/03/creating-a-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
