<?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>Alex Mansfield &#187; Themes</title>
	<atom:link href="http://alexmansfield.com/category/themes/feed" rel="self" type="application/rss+xml" />
	<link>http://alexmansfield.com</link>
	<description>WordPress Developer</description>
	<lastBuildDate>Tue, 28 Feb 2012 23:24:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Sanitary Theme 0.3</title>
		<link>http://alexmansfield.com/themes/sanitary-theme-0-3</link>
		<comments>http://alexmansfield.com/themes/sanitary-theme-0-3#comments</comments>
		<pubDate>Thu, 29 Jul 2010 06:31:49 +0000</pubDate>
		<dc:creator>alexmansfield</dc:creator>
				<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://alexmansfield.com/?p=448</guid>
		<description><![CDATA[I&#8217;ve made a number of improvements since version 0.2. Although I&#8217;m sure there are plenty more improvements that could be made, I figure it&#8217;s about time I released update. Below is the changelog. Download Sanitary 0.3 The changelog is available below.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a number of improvements since version 0.2. Although I&#8217;m sure there are plenty more improvements that could be made, I figure it&#8217;s about time I released update. Below is the changelog.</p>
<p><a href="http://alexmansfield.com/wpress/wp-content/uploads/2010/07/sanitary.zip">Download Sanitary 0.3</a></p>
<p><span id="more-448"></span>The changelog is available below.</p>
<pre>--- 0.3 ---

functions.php
- improved thumbnail support
- added custom menu support
- added contants to prevent repetitive function calls (get_bloginfo etc.)

header.php
- added body_class() support (and removed IDs from content divs)
- added custom menu support
- added divs for centering content areas (#in-header, #main, #in-main)
- added contants as defined in functions.php
- added RSS/Atom auto discovery links
- edited the title tag
- removed "profile" property from head tag for HTML5 compliance

footer.php
- added sticky footer (http://www.cssstickyfooter.com/)
- added divs for centering content areas (#in-footer)
- closed divs opened in header (#main, #in-main)

index.php
- changed post_meta to post-meta to match other class formatting

single.php
- removed link from title
- changed post/page title to h1
- changed post_meta to post-meta to match other class formatting

comments.php
- fixed comment box label
- moved to the optional folder for access if needed (not required by the theme)

style.css
- centered content areas (#in-header, #in-main, #in-footer)
- changed header navigation to horizontal
- added styles for sticky footer

all over the place
- added <article> tags
- added post_class()
</pre>
]]></content:encoded>
			<wfw:commentRss>http://alexmansfield.com/themes/sanitary-theme-0-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sanitary Theme 0.2</title>
		<link>http://alexmansfield.com/themes/sanitary-theme-0-2</link>
		<comments>http://alexmansfield.com/themes/sanitary-theme-0-2#comments</comments>
		<pubDate>Fri, 16 Apr 2010 06:21:23 +0000</pubDate>
		<dc:creator>alexmansfield</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://alexmansfield.com/?p=403</guid>
		<description><![CDATA[It has been 10 months to the day since I released Sanitary 0.1, a clean starting point for developing WordPress themes. An update is obviously overdue, so even though it will need to be updated again as soon as WordPress 3.0 comes out, I&#8217;m releasing Sanitary 0.2. It is still a work in progress, but [...]]]></description>
			<content:encoded><![CDATA[<p>It has been 10 months to the day since I released Sanitary 0.1, a clean starting point for developing WordPress themes. An update is obviously overdue, so even though it will need to be updated again as soon as WordPress 3.0 comes out, I&#8217;m releasing Sanitary 0.2. It is still a work in progress, but as you can see from the changelog, there have been quite a few changes under the hood. The change that I&#8217;m most excited about is the move to HTML5, with support for even Internet Explorer (Thanks to Remy Sharp&#8217;s HTML5 enabling script). <a href="http://alexmansfield.com/wpress/wp-content/uploads/2010/04/sanitary.zip">Download Sanitary 0.2</a></p>
<p>Here&#8217;s the changelog:</p>
<p>deleted<br />
- searchform.php<br />
- categories.php<br />
- archive.php<br />
- archives.php</p>
<p>functions.php<br />
- added thumbnail support</p>
<p>single.php<br />
- changed h2 to h1 (single.php)</p>
<p>search.php<br />
- replaced the seachform call with a form</p>
<p>404.php<br />
- replaced the seachform with a widget area</p>
<p>archives.php<br />
- replaced the seachform call with a form</p>
<p>archive.php<br />
- replaced the seachform call with a form</p>
<p>comments.php<br />
- added anchor tag to comments heading to allow links to the comments section (url.com/example.html#comments)<br />
- added &lt;small&gt; tags around allowed tags<br />
- removed double reference to number of comments<br />
- changed ids to match names for comment form<br />
- added label for comment textbox<br />
- removed the &#8220;(required)&#8221; message from the &#8220;Name&#8221; and &#8220;Mail&#8221; labels (Not sure about this decision. Input welcome.)<br />
- Changed &#8220;Mail&#8221; label to &#8220;Email&#8221;</p>
<p>all over the place<br />
- added underscores to many ids (.post_meta, .post_navigation #comments_form)<br />
- converted to html5 and included javascript to allow older browsers to render new tags properly<br />
(<a href="http://remysharp.com/2009/01/07/html5-enabling-script/">http://remysharp.com/2009/01/07/html5-enabling-script/</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://alexmansfield.com/themes/sanitary-theme-0-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Sanitary WordPress Theme</title>
		<link>http://alexmansfield.com/themes/sanitary</link>
		<comments>http://alexmansfield.com/themes/sanitary#comments</comments>
		<pubDate>Tue, 16 Jun 2009 07:01:17 +0000</pubDate>
		<dc:creator>alexmansfield</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://alexmansfield.com/?p=193</guid>
		<description><![CDATA[Update: Version 0.2 is now available. I&#8217;ve been thinking for quite a while now about creating a blank WordPress theme as a starting point for myself as I develop new sites. I&#8217;ve gotten tired of stripping down full themes or reworking some of the other blank themes available. What I wanted was a theme with [...]]]></description>
			<content:encoded><![CDATA[<p>Update: <a href="http://alexmansfield.com/wordpress/sanitary-theme-0-2">Version 0.2 is now available</a>.</p>
<p>I&#8217;ve been thinking for quite a while now about creating a blank WordPress theme as a starting point for myself as I develop new sites. I&#8217;ve gotten tired of stripping down full themes or reworking some of the other blank themes available. What I wanted was a theme with no formatting, no bells, no wistles, and no work to be done before building a new theme. There is one exception though. I don&#8217;t want to have to write all my typographical styles out each time so I added a stylesheet for type (it&#8217;s in a seperate stylesheet, so if you&#8217;d rather write your own, just get rid of the &#8220;import&#8221; line in the style.css file).</p>
<p>I based this theme off the <a href="http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/">Whiteboard</a> theme by <a href="http://plainbeta.com/">Brian Purkiss</a>. He did a great job breaking the theme down to its most basic components. I stripped it down just a little bit more and cleaned up some code so it would validate. I borrowed my typography (with a few changes) from the <a href="http://sencss.kilianvalkhof.com/">SenCSs</a> framework by <a href="http://kilianvalkhof.com/">Kilian Valkhof</a>.</p>
<p>This theme is meant to be used. Use it for personal projects. Use it for commercial projects. Use it in whatever way you&#8217;d like.</p>
<p>If you find an error or have a suggestion, please mention it in the comments. I&#8217;d love to get some feedback as to what you like or dislike about this theme as a starting point for your own designs. I&#8217;m definitely open to making changes. This is just the 0.1 release. If you use it in a project, I&#8217;d love to see what you created. Feel free to leave a link in the comments. Enjoy!</p>
<p><a href="http://alexmansfield.com/themebox/sanitary.zip">Download Sanitary</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexmansfield.com/themes/sanitary/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress and SEO</title>
		<link>http://alexmansfield.com/seo/wordpress-seo</link>
		<comments>http://alexmansfield.com/seo/wordpress-seo#comments</comments>
		<pubDate>Fri, 12 Jun 2009 00:24:26 +0000</pubDate>
		<dc:creator>alexmansfield</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://alexmansfield.com/?p=136</guid>
		<description><![CDATA[And now for the topic of search engine optimization (SEO). As I mentioned last week, as I build this blog you&#8217;re reading I&#8217;ll write about everything I&#8217;m doing to it. Well today I&#8217;m working on improving its SEO. There internet is full of information on SEO and you could spend months or even years trying [...]]]></description>
			<content:encoded><![CDATA[<p>And now for the topic of search engine optimization (SEO). As I mentioned last week, as I build this blog you&#8217;re reading I&#8217;ll write about everything I&#8217;m doing to it. Well today I&#8217;m working on improving its SEO. There internet is full of information on SEO and you could spend months or even years trying to figure it all out. I&#8217;ll start out with the basics of how SEO works and then give some practical examples of how I&#8217;m improving my SEO and how you can to.</p>
<h3>1. What is SEO?</h3>
<p>Search engine optimization is the process of building your website in such a way as to give it the best possible chance of being listed highly in the major search engines. According to <a href="http://www.jaygeiger.com/index.php/2008/11/05/percentage-clicks-by-position/">Jason Geiger</a>, the top search engine position gets over 40% of the clicks for any given search phrase. So if you want traffic flowing to your blog (and who doesn&#8217;t?) it pays to be the top ranked listing for something that people are actually searching for (I&#8217;ll discuss how to find out what people are searching for in a later post). But how do you do that?</p>
<h3>2. Types of SEO</h3>
<p>There are two types of Search Engine Optimization. The first is on-page SEO. This involves only what you have on your site or page. This is the easier of the two types of SEO to improve, since you are in control of what you put on your pages. The second type is off-page SEO and it deals with links to your site and what people are saying about you. You don&#8217;t have as much control over off-page SEO. Today we&#8217;re going to deal primarily with on-page SEO and how we can improve SEO within WordPress.</p>
<h3>3. What do search engines look for?</h3>
<p>Search engines judge importance much like humans. If you were attempting to find out in a short amount of time exactly what an article was about, you would read the title and headings, right? So do search engines. They also look at the page URL. For example, something like:</p>
<p>http://alexmansfield.com/wordpress/changing-wordpress-widgets</p>
<p>gives a much better indication of what the post is about than the WordPress default URL:</p>
<p>http://alexmansfield.com/?=13</p>
<p>We&#8217;ll look at how to change that in a few minutes. There are also a couple hidden fields specifically for search engines (description and keywords). Although they don&#8217;t matter like they once did (because they made it too easy to lie to the search engines) it&#8217;s still a good idea to use them properly. Now let&#8217;s get to work.</p>
<h3>4. The All in One SEO Pack</h3>
<p>The All in One SEO Pack is a WordPress plugin designed to make basic search engine optimization tasks easy. You don&#8217;t have to know any HTML or other technical gibberish. It gives you the option of customizing your title, description, and keywords. The title is what goes in the title bar of your web browser. Whenever you write or edit a post, scroll down to the very bottom of the page and you&#8217;ll find SEO options.</p>
<p><a href="http://alexmansfield.com/wpress/wp-content/uploads/2009/06/wordpress-and-seo-1.jpeg"><img class="aligncenter size-medium wp-image-139" title="wordpress-and-seo-1" src="http://alexmansfield.com/cms/wp-content/uploads/2009/06/wordpress-and-seo-1-300x112.jpg" alt="wordpress-and-seo-1" width="300" height="112" /></a></p>
<p>Here you can make sure that your title, description, and keywords are all present and accounted for.</p>
<h3>5. Permalinks</h3>
<p>I already posted a tutorial on improving the permalink structure in WordPress when I updated mine a few days ago, but I&#8217;ll give a brief overview here as well. Here&#8217;s the WordPress default I mentioned earlier:</p>
<p>http://alexmansfield.com/?p=123</p>
<p>That&#8217;s just not very informative. I prefer to have the URL display the category and then the post name. For example:</p>
<p>http://alexmansfield.com/seo/wordpress-and-seo</p>
<p>To accomplish this, go to  <strong>Settings&gt;Permalinks </strong>and paste <strong>/%category%/%postname%</strong> in the <strong>Custom Structure</strong> field and click <strong>Save Changes</strong>.</p>
<h3>6. Slugs</h3>
<p>The slug is just the Title of the post as it shows up in the URL. For example, by default, the slug for this post would be wordpress-and-seo which would make the full URL to this post (due to our /%category%/%postname% permalink structure):</p>
<p>http://alexmansfield.com/seo/wordpress-and-seo</p>
<p><span><span title="Click to edit this part of the permalink">Not bad. However, if I were to name this post <strong>Ways to Increase Search Engine Optimization in WordPress</strong> things would get ugly:</span></span></p>
<p>http://alexmansfield.com/seo/ways-to-increase-search-engine-optimization-in-wordpress</p>
<p><span><span title="Click to edit this part of the permalink">Thankfully WordPress has a simple way of editing your slug, and it&#8217;s found just below the title box.</span></span></p>
<p><span><span title="Click to edit this part of the permalink"><a href="http://alexmansfield.com/wpress/wp-content/uploads/2009/06/wordpress-and-seo-2.jpeg"><img class="aligncenter size-medium wp-image-145" title="wordpress-and-seo-2" src="http://alexmansfield.com/cms/wp-content/uploads/2009/06/wordpress-and-seo-2-300x46.jpg" alt="wordpress-and-seo-2" width="300" height="46" /></a></span></span></p>
<p><span><span title="Click to edit this part of the permalink">Click <strong>Edit</strong> and give your post an elegant and relevant slug.</span></span></p>
<p><span><span title="Click to edit this part of the permalink"><a href="http://alexmansfield.com/wpress/wp-content/uploads/2009/06/wordpress-and-seo-3.jpeg"><img class="aligncenter size-medium wp-image-146" title="wordpress-and-seo-3" src="http://alexmansfield.com/cms/wp-content/uploads/2009/06/wordpress-and-seo-3-300x45.jpg" alt="wordpress-and-seo-3" width="300" height="45" /></a></span></span></p>
<p>Click <strong>Save</strong> and you should be set!</p>
<h3>7. Sitemaps</h3>
<p>Sitemaps are a simple way of letting search engines know about all the pages on your site so they can make sure to index all of them. Keeping a sitemap up to date by hand would be quite a chore, so I&#8217;m installing a WordPress plugin to take care of it for me. I&#8217;ve chosen the <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemaps plugin</a> by  <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/">Arne Brachhold</a>. Install it just like any other plugin and then go to <strong>Settings&gt;XML-Sitemap</strong>. If no sitemap has been created yet, there will be a link at the top to build one the first time. You can also adjust how often a new sitemap is generated, whether the search engines should be notified of a change, and more. Once a sitemap has been generated, the settings page will give you an overview of the last sitemap it generated.</p>
<p><a href="http://alexmansfield.com/wpress/wp-content/uploads/2009/06/wordpress-and-seo-4.jpeg"><img class="aligncenter size-medium wp-image-148" title="wordpress-and-seo-4" src="http://alexmansfield.com/cms/wp-content/uploads/2009/06/wordpress-and-seo-4-300x110.jpg" alt="wordpress-and-seo-4" width="300" height="110" /></a></p>
<h3>8. Duplicate content</h3>
<p>I didn&#8217;t mention at the beginning that search engines don&#8217;t like duplicate content. Unfortunately due to the way WordPress works, each post can be found at a number of different URLs, causing the appearance of duplicate content. Once again, I&#8217;m going to use a plugin to help fix this issue. This time it&#8217;s the <a href="http://wordpress.org/extend/plugins/robots-meta/">Robots Meta</a> plugin. You&#8217;ll find the settings for this plugin under <strong>Plugins&gt;Robots Meta</strong>. It has quite a list of options, but each one has a nice explanation and often a suggestion or two about when or when not to use it.</p>
<p>Well that&#8217;s all for now. Do you have any other tips or tricks that you like to use to improve SEO on your blog? Please consider sharing it in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexmansfield.com/seo/wordpress-seo/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

