<?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>WordPress Relief&#187; WordPress Relief Category: Themes</title>
	<atom:link href="http://wp-relief.com/category/themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp-relief.com</link>
	<description>Helping you find relief and returns from your WordPress blog</description>
	<lastBuildDate>Wed, 28 Jul 2010 02:48:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Upgrading my Swift Theme completely broke my site</title>
		<link>http://wp-relief.com/2010/07/10/upgrading-my-swift-theme-completely-broke-my-site/</link>
		<comments>http://wp-relief.com/2010/07/10/upgrading-my-swift-theme-completely-broke-my-site/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 15:51:03 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Toubleshooting WordPress]]></category>
		<category><![CDATA[administration panel]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[better man]]></category>
		<category><![CDATA[content themes]]></category>
		<category><![CDATA[custom directory]]></category>
		<category><![CDATA[customization tools]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[folder name]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[header section]]></category>
		<category><![CDATA[js functions]]></category>
		<category><![CDATA[plugins directory]]></category>
		<category><![CDATA[shot in the dark]]></category>
		<category><![CDATA[style sheet]]></category>
		<category><![CDATA[style sheets]]></category>
		<category><![CDATA[swift theme]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[theme directory]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[WordPress plugins]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=575</guid>
		<description><![CDATA[Over at Journey To a Better Man, we use the Swift theme.  So far we have absolutely loved it because it provides some great functionality that helped us to get a clean theme out of the box that has some great and easy customization tools. Everything was going great, until the theme was updgraded.  All [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Over at Journey To a Better Man, we use the <a target="_blank" href="http://swiftthemes.com/">Swift theme</a>.  So far we have absolutely loved it because it provides some great functionality that helped us to get a clean theme out of the box that has some great and easy customization tools.</p>
<p>Everything was going great, until the theme was updgraded.  All of a sudden everything broke.  I mean, really broke.</p>
<p>The style sheets were completely broken, the sidebar widgets broke, js files were missing. It was awful.</p>
<p style="text-align: center;"><a href="http://wp-relief.com/wp-content/uploads/2010/07/Journey-To-A-Better-Man  Take-control-of-your-life….jpg"><img class="size-medium wp-image-577 aligncenter" title="Journey To A Better Man | Take control of your life…" src="http://wp-relief.com/wp-content/uploads/2010/07/Journey-To-A-Better-Man  Take-control-of-your-life…-300x180.jpg" alt="Journey To A Better Man  Take control of your life… 300x180 Upgrading my Swift Theme completely broke my site" width="300" height="180" /></a></p>
<p>I have tried to reproduce the issues for screenshots,  but now that I have fixed everything once I cannot reproduce the issues I was seeing previously.</p>
<p><strong>Style Sheet issue</strong></p>
<p>This issue was caused by something breaking with the header navigation.  The way I fixed this was to go to the Header section of the Swift Administration panel, add my comments back in and re-save the settings. This set the options up correctly and allowed the site to show the theme again.</p>
<p style="text-align: left;"><a href="http://wp-relief.com/wp-content/uploads/2010/07/Swift-Theme-Options-‹-Journey-To-A-Better-Man-—-WordPress.jpg"><img class="size-medium wp-image-576 aligncenter" title="Swift Theme Options ‹ Journey To A Better Man — WordPress" src="http://wp-relief.com/wp-content/uploads/2010/07/Swift-Theme-Options-‹-Journey-To-A-Better-Man-—-WordPress-269x300.jpg" alt="Swift Theme Options ‹ Journey To A Better Man — WordPress 269x300 Upgrading my Swift Theme completely broke my site" width="269" height="300" /></a><strong>Broken Sidebar issues</strong></p>
<p style="text-align: left;">With the broken sidebar I was seeing that the custom sidebar tabs widget was completely broken (see screenshot above).  Since I knew this was JavaScript that created the tabs, I opened up firebug and noticed that there were missing JavaScript files.  Specifically, the files I was missing were from a plugin called WDP Ajax Comments, which for some reason is included directly in with the theme instead of in the plugins directory.  So, I grabbed the files from the WordPress plugins site and then FTPs them to the swift theme directory.  I had to change the folder name from wdp-ajax-comments to wdp-<strong>ajaxed</strong>-comments.</p>
<p style="text-align: left;">The other issue I noticed was that I was missing the uploads/swift_custom/swift-js-functions.js file.  So, as a shot in the dark, I grabbed the js-functions.js file from the wp-content/themes/swift/js directory, renamed it and put it into the uploads/swift_custom/ directory.  When I refreshed the page everything was back to normal.</p>
<p style="text-align: left;"><strong>Conclusion</strong></p>
<p style="text-align: left;">For some reason the upgrade for our site completely failed. I could not find ANYTHING on the Swift support forums that spoke to upgrade issues and I could find no reason why the missing files were deleted.  The only thing I could point to is the upgrade script from WordPress is deleting everything from the directory before upgrading instead of replacing the files individually. This is not ideal, as people make custom changes all the time.</p>
<p style="text-align: left;">If you have any problems that you would like someone to look at, please feel free to contact us through the comments below or through our contact form.</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://wp-relief.com/2010/07/10/upgrading-my-swift-theme-completely-broke-my-site/')" href="http://www.sphere.com/search?q=sphereit:http://wp-relief.com/2010/07/10/upgrading-my-swift-theme-completely-broke-my-site/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://wp-relief.com/2010/07/10/upgrading-my-swift-theme-completely-broke-my-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Theme: WP-Polaroid Questionable Code</title>
		<link>http://wp-relief.com/2010/06/25/wordpress-theme-wp-polaroid-questionable-code/</link>
		<comments>http://wp-relief.com/2010/06/25/wordpress-theme-wp-polaroid-questionable-code/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 14:00:53 +0000</pubDate>
		<dc:creator>tjkimberly</dc:creator>
				<category><![CDATA[Advanced Use]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[appearance]]></category>
		<category><![CDATA[careful person]]></category>
		<category><![CDATA[color changes]]></category>
		<category><![CDATA[header.php]]></category>
		<category><![CDATA[left navigation bar]]></category>
		<category><![CDATA[mailicious code]]></category>
		<category><![CDATA[polaroid]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security leak]]></category>
		<category><![CDATA[strange things]]></category>
		<category><![CDATA[tidbit]]></category>
		<category><![CDATA[WP-Polaroid]]></category>
		<category><![CDATA[yep]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=54</guid>
		<description><![CDATA[Matt and I came across a nice business styled WordPress theme called WP-Polaroid. We both liked the style and format, and with some minor color changes we decided to make it the theme for our Spotted Koi Website. As I dug into it to make some edits we found a couple strange things.  Like this [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Matt and I came across a nice business styled WordPress theme called <a target="_blank" href="http://www.eblogtemplates.com/wp-polaroid/">WP-Polaroid</a>.</p>
<p>We both liked the style and format, and with some minor color changes we decided to make it the theme for our <a target="_blank" href="http://spottedkoi.com">Spotted Koi Website</a>.</p>
<p>As I dug into it to make some edits we found a couple strange things.  Like this inside of header.php:</p>
<p style="text-align: center;"><a href="http://wp-relief.com/wp-content/uploads/2010/06/Polaroid-Strange-Code.png"><img class="size-medium wp-image-55 aligncenter" title="Polaroid Strange Code" src="http://wp-relief.com/wp-content/uploads/2010/06/Polaroid-Strange-Code-300x64.png" alt="Polaroid Strange Code 300x64 WordPress Theme: WP Polaroid Questionable Code" width="300" height="64" /></a></p>
<p>This tidbit of code inside of header.php was acting like it was pulling in an image but instead it was activating a piece of code on the designer&#8217;s website.</p>
<p>Although I suspect it&#8217;s nothing more than a counter at this time I&#8217;m a naturally careful person so I wanted to remove this potential security leak from our website.</p>
<p>In order to do that I went to the &#8216;Editor&#8217; under &#8216;Appearance&#8217; then &#8216;Themes&#8217; on your left navigation bar within WordPress.</p>
<p style="text-align: center;"><a href="http://wp-relief.com/wp-content/uploads/2010/06/Polaroid-Leak1.png"><img class="aligncenter size-full wp-image-57" title="Polaroid Leak1" src="http://wp-relief.com/wp-content/uploads/2010/06/Polaroid-Leak1.png" alt="Polaroid Leak1 WordPress Theme: WP Polaroid Questionable Code" width="543" height="331" /></a></p>
<p>Yep, it&#8217;s as simple as that, just delete the code shown inside that box, there won&#8217;t be any negative side-effects (that I know of!).</p>
<p>Oh, and while you&#8217;re here, you might want to check out our post about getting your <a title="RSS Feed link correct" href="http://wp-relief.com/2010/06/24/wordpress-theme-wp-polaroid-rss-feed-correction/">RSS Feed link correct</a>, because the default one is set to &#8220;Adii&#8217;s&#8221; RSS Feed, not yours!</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://wp-relief.com/2010/06/25/wordpress-theme-wp-polaroid-questionable-code/')" href="http://www.sphere.com/search?q=sphereit:http://wp-relief.com/2010/06/25/wordpress-theme-wp-polaroid-questionable-code/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://wp-relief.com/2010/06/25/wordpress-theme-wp-polaroid-questionable-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Theme: WP-Polaroid RSS Feed Correction</title>
		<link>http://wp-relief.com/2010/06/24/wordpress-theme-wp-polaroid-rss-feed-correction/</link>
		<comments>http://wp-relief.com/2010/06/24/wordpress-theme-wp-polaroid-rss-feed-correction/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 14:00:16 +0000</pubDate>
		<dc:creator>tjkimberly</dc:creator>
				<category><![CDATA[Advanced Use]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[appearance]]></category>
		<category><![CDATA[business website]]></category>
		<category><![CDATA[customizations]]></category>
		<category><![CDATA[feed link]]></category>
		<category><![CDATA[header header]]></category>
		<category><![CDATA[header.php]]></category>
		<category><![CDATA[left sidebar]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[oddities]]></category>
		<category><![CDATA[polaroid]]></category>
		<category><![CDATA[RSS feed]]></category>
		<category><![CDATA[subscribers]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WP-Polaroid]]></category>

		<guid isPermaLink="false">http://wp-relief.com/?p=61</guid>
		<description><![CDATA[Having recently installed WP-Polaroid on our Spotted Koi business website we wanted to run through all the links and make some customizations.  We ran across a few oddities (like this one) including a BIG problem with the RSS Feed link. It seems the designer decided that our RSS Feed links ought to point to HIS [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Having recently installed WP-Polaroid on our <a target="_blank" href="http://spottedkoi.com">Spotted  Koi business website</a> we wanted to run through all the links and make  some customizations.  We ran across a few oddities <a title="Malicious code?" href="http://wp-relief.com/2010/06/25/wordpress-theme-wp-polaroid-questionable-code/">(like this one)</a> including a BIG problem with the RSS Feed link.</p>
<p>It seems the designer decided that our RSS Feed links ought to point  to HIS RSS Feed, rather than ours.  That&#8217;s really not acceptable so we  made some minor modifications.</p>
<p>To change this you must go to your &#8216;Editor&#8217;.  You can find the link in the left sidebar under &#8216;Appearance&#8217;.  Make sure you&#8217;re editing the &#8216;Header (header.php)&#8217;</p>
<p style="text-align: center;"><a href="http://wp-relief.com/wp-content/uploads/2010/06/Polaroid-Feed-1.png"><img class="aligncenter size-full wp-image-63" title="Polaroid Feed 1" src="http://wp-relief.com/wp-content/uploads/2010/06/Polaroid-Feed-1.png" alt="Polaroid Feed 1 WordPress Theme: WP Polaroid RSS Feed Correction" width="544" height="331" /></a></p>
<p>Look for the section of code that&#8217;s related to the RSS feed:</p>
<p style="text-align: center;"><a href="http://wp-relief.com/wp-content/uploads/2010/06/Polaroid-Feed-2.png"><img class="aligncenter size-full wp-image-64" title="Polaroid Feed 2" src="http://wp-relief.com/wp-content/uploads/2010/06/Polaroid-Feed-2.png" alt="Polaroid Feed 2 WordPress Theme: WP Polaroid RSS Feed Correction" width="544" height="332" /></a></p>
<p>This is the section of code you&#8217;ll replace with this: &#8220;&lt;?php bloginfo(&#8216;rss2_url&#8217;); ?&gt;&#8221;</p>
<p style="text-align: center;"><a href="http://wp-relief.com/wp-content/uploads/2010/06/Polaroid-Feed-3.png"><img class="aligncenter size-full wp-image-65" title="Polaroid Feed 3" src="http://wp-relief.com/wp-content/uploads/2010/06/Polaroid-Feed-3.png" alt="Polaroid Feed 3 WordPress Theme: WP Polaroid RSS Feed Correction" width="544" height="332" /></a></p>
<p style="text-align: left;">Make sure you save your file by clicking &#8216;Update File&#8217;</p>
<p style="text-align: left;">And you&#8217;re done!  Now your subscribers will see YOUR RSS feed!</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://wp-relief.com/2010/06/24/wordpress-theme-wp-polaroid-rss-feed-correction/')" href="http://www.sphere.com/search?q=sphereit:http://wp-relief.com/2010/06/24/wordpress-theme-wp-polaroid-rss-feed-correction/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://wp-relief.com/2010/06/24/wordpress-theme-wp-polaroid-rss-feed-correction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing and Changing Your WordPress Themes</title>
		<link>http://wp-relief.com/2008/07/04/installing-and-changing-your-wordpress-themes/</link>
		<comments>http://wp-relief.com/2008/07/04/installing-and-changing-your-wordpress-themes/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 18:00:05 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[4th of july]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blown away]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[content  Firefox]]></category>
		<category><![CDATA[content themes]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[front page]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[ftp program]]></category>
		<category><![CDATA[happy]]></category>
		<category><![CDATA[happy 4th of july]]></category>
		<category><![CDATA[picky person]]></category>
		<category><![CDATA[Posting]]></category>
		<category><![CDATA[postings]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[s]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[suggestion]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[top left corner]]></category>
		<category><![CDATA[wordpres]]></category>

		<guid isPermaLink="false">http://www.wp-relief.com/?p=22</guid>
		<description><![CDATA[When you get your site set up, or you have your site set up and you have found a theme you like and that fits your website&#8217;s purpose, you need to install it. Just about the only way to install your theme is to use an FTP program to push it to your server into [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>When you get your site set up, or you have your site set up and you have found a theme you like and that fits your website&#8217;s purpose, you need to install it.</p>
<p>Just about the only way to install your theme is to use an FTP program to push it to your server into the /wp-content/themes directory.  So, if your theme comes in a directory called &#8220;MyTheme&#8221;, you will push that entire directory up to the server.  You will now look in the themes directory and see &#8220;MyTheme&#8221; as a directory there.</p>
<p>Once the files are all up on the server, login to wordpress and choose the Design Tab.</p>
<p>You should see something similar to this:</p>
<p><a target="_blank" href="http://www.wp-relief.com/wp-content/uploads/2008/06/designtab.png"><img class="alignnone size-medium wp-image-23" title="WordPress Design Tab" src="http://www.wp-relief.com/wp-content/uploads/2008/06/designtab-300x214.png" alt="This is your Theme Choosing Page" width="300" height="214" /></a></p>
<p>As you can see on this screenshot, the default &#8220;Kubrick&#8221; theme is chosen for my blog because it is at the top left corner under the &#8220;Current Theme&#8221; header.  Also, you can see that there are two other themese available to me.  The &#8220;WordPress Classic&#8221; theme, and the &#8220;SilverLight&#8221; theme.  I have uploaded the silver light theme to my server just the way I talked about previously in this article.</p>
<p>WordPress is smart enough, and the designs are built to specification, so that you can see a preview of the theme from this page.  More importantly, you can click the preview to make that theme the current theme on your site. This is particularly handy, when you are a picky person about the themes you use and can&#8217;t make up your mind until you see it on your own site.</p>
<p>My suggestion for you is to open one tab of your browser to the Design page on your wordpress admin and open a second tab to the front page of your WordPress site.  (If your browser doesn&#8217;t have tabs, download firefox &#8211; you will be blown away at what you were missing).  This way, when you change the them from the Design picker, you can go to your live site and refresh the page to see what it looks like.  If you like the one you are looking at, you are done picking your theme.</p>
<p><strong>Next Article</strong>: <em>Writing Posts and Pages</em></p>
<h2><span style="color: #ff0000;"><strong>&#8212;&#8212;&#8212;&#8211;  Happy 4th of July!!</strong> &#8212;&#8212;&#8212;</span></h2>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://wp-relief.com/2008/07/04/installing-and-changing-your-wordpress-themes/')" href="http://www.sphere.com/search?q=sphereit:http://wp-relief.com/2008/07/04/installing-and-changing-your-wordpress-themes/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://wp-relief.com/2008/07/04/installing-and-changing-your-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing Your Theme (template)</title>
		<link>http://wp-relief.com/2008/07/02/choosing-your-theme/</link>
		<comments>http://wp-relief.com/2008/07/02/choosing-your-theme/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 18:00:50 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[How to set up your website]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.wp-relief.com/?p=15</guid>
		<description><![CDATA[When you first install WordPress you will find that the theme is, well, bare.  While some famous blogs like XKCD (also one of my favorite webcomics) choose to leave their blogs with the original theme, this sort of thing only works for people who already have TONS of traffic coming to their site. The theme [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>When you first install WordPress you will find that the theme is, well, bare.  While some famous blogs like XKCD (also one of my favorite webcomics) choose to leave their blogs with the original theme, this sort of thing only works for people who already have TONS of traffic coming to their site.</p>
<p>The theme is the first thing that people are going to see of your site, besides the header text.  The reason is that for the most part colors jump out of the page faster for the eye than the text, except for the unfortunate minority of people who are either completely or partially colorblind (I am sincerely sorry about this, but this is the reality of the world).</p>
<p><span id="more-15"></span></p>
<p>You can seriously turn away people from your site if you have a theme that either has colors that clash, that is poorly implemented in XHTML &amp; CSS, or that is just plain ugly.  I am one of those people that is picky about a site based on how ugly it is, or how poor the interface is.  My friend even has a site to feature some of the &#8220;worst of the worst&#8221; in web design that we come across: Who did this Crappy Website. (You don&#8217;t want to end up there, even if you just chose a theme from a list&#8230;)</p>
<p>When you are choosing your theme there are a couple things you have to think about (I will explain each later):</p>
<ol>
<li>How proficient am I with XHTML/CSS?</li>
<li>What are my company&#8217;s colors?  What are my colors?</li>
<li>How do I want my page to be laid out?  Does the layout I chose make sense for my project?</li>
<li>What do I want my site to &#8220;say&#8221; to a user who is just seeing my site at a glance?</li>
<li>Is the template I chose readable?</li>
<li>Does the template work in all browsers that I expect my visitors to use?</li>
</ol>
<h2>Questions To Ask Yourself &#8211; answered</h2>
<p><strong>How Proficient am I with PHP/XHTML/CSS?</strong></p>
<ul>
<li>First, the reason why I asked this question: If you like a template but want the color changed, or something moved, you need to know at the very least some CSS.  If you want something to be moved, you might have to know XHTML (if you are lucky) or <a target="_blank" title="PHP" href="http://php.net/" target="_blank">PHP</a>.</li>
</ul>
<p><strong>What are my company&#8217;s colors? What are my colors?</strong></p>
<ul>
<li>I know that second question sounds silly, but really think about it.  You may LOVE the way a theme does its layout, but the colors are hideous.  Are you willing to deal with the ugly colors?</li>
<li>Also, if you don&#8217;t like a certain color scheme, you should be pretty confident that there are other people who don&#8217;t like it either.</li>
</ul>
<p><strong>How do I want my page to be laid out? Does the layout I chose make sense for my project?</strong></p>
<ul>
<li>This is important, because you want the most important information available to your visitors to be &#8220;above the fold&#8221;.  This means, that when the page loads, the important information should be available without scrolling. Think about it this way: when you search Google for a specific keyword, how likely are you to click one of the first 4 links on the page?  How likely are you to scroll?  How likely are you to go to the second page?</li>
</ul>
<p><strong>What do I want my site to &#8220;say&#8221; to a user who is just seeing my site at a glance?</strong></p>
<ul>
<li>When someone sees a screen shot of your site, or they have a browser window open, or if they are searching for a specific thing on the internet they are going to scan your site quickly.  It is important to take this into consideration.  When someone visits your site, and they leave after viewing one page, this is called a bounce.  You want to prevent people from bouncing off your site.  The more they bounce, the less they read and the less money you can make with your site (if you have monitized your site).</li>
<li>You want to figure out what the &#8220;feeling&#8221; is that you want from your site.  It might be serious, fun, exciting, happy, whatever.  You need to consider this feeling when you choose a theme.  When I choose a theme I might pick 10 different themes that I think will work, and then put them on the server.  I will make them active (more on this later), and then decide which one I like when my content is displayed in the theme.  Very rarely do I get it right the first time.</li>
</ul>
<p><strong>Is the template I chose readable?</strong></p>
<ul>
<li>You may have a template that you think is perfect for your mission.  It might be.  But you need to make sure that the widest number of the type of people you will attract can read your site.  If the site uses fonts that are too small, or the background color is too similar or clashes with the text colors you may drive visitors away.  Would you go to a site that was un-readable?</li>
</ul>
<p><strong>Does the template work in all browsers that I expect my visitors to use?</strong></p>
<ul>
<li>Most if not all template sites have a &#8220;preview&#8221; or &#8220;test run&#8221; of the templates they have in inventory. Look at your templates in different browsers (Firefox, Internet Explorer, Safari).  You might find out that a specific browser does not work well with your template.  This gives you two options 1) find a new template or 2) Fix it (requires XHTML/CSS knowledge).</li>
</ul>
<p>The next thing you need to do is install your theme, and see if it looks right with your content.  If you use a host that does the 1-click installs like Dreamhost, then you will already have a bunch of themes installed fore free.  Keep in mind though, everyone who uses that host has those installed for free as well&#8230;individuality is a good thing to have on the web.</p>
<p><strong>Next Article:</strong> <em>Installing and Changing your Themes</em></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://wp-relief.com/2008/07/02/choosing-your-theme/')" href="http://www.sphere.com/search?q=sphereit:http://wp-relief.com/2008/07/02/choosing-your-theme/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://wp-relief.com/2008/07/02/choosing-your-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
