<?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>WPTemplates.net &#124; Free Wordpress Themes &#187; theme</title>
	<atom:link href="http://www.wptemplates.net/tag/theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wptemplates.net</link>
	<description>Many high quality wordpress themes are available for download.</description>
	<lastBuildDate>Sat, 28 Aug 2010 08:03:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Useful Resources for Creating a Wordpress Theme</title>
		<link>http://www.wptemplates.net/2010/02/useful-resources-for-creating-a-wordpress-theme/</link>
		<comments>http://www.wptemplates.net/2010/02/useful-resources-for-creating-a-wordpress-theme/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 02:01:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Wordpress Guide]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.wptemplates.net/?p=877</guid>
		<description><![CDATA[This article will give you pointers on some of the useful resources out there for creating a Wordpress theme, and also where to find some of them.


Related posts:<ol><li><a href='http://www.wptemplates.net/2010/02/6-essential-wordpress-development-and-design-cheat-sheets/' rel='bookmark' title='Permanent Link: 6 Essential WordPress Development and Design Cheat Sheets'>6 Essential WordPress Development and Design Cheat Sheets</a></li>
<li><a href='http://www.wptemplates.net/2009/08/getting-your-first-blog-creating-a-wordpress-com-account/' rel='bookmark' title='Permanent Link: Getting Your First Blog: Creating a Wordpress.com Account'>Getting Your First Blog: Creating a Wordpress.com Account</a></li>
<li><a href='http://www.wptemplates.net/2010/02/5-wordpress-plugins-to-add-professionalism-to-your-blog/' rel='bookmark' title='Permanent Link: 5 WordPress Plugins to add Professionalism to your Blog'>5 WordPress Plugins to add Professionalism to your Blog</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This article will give you pointers on some of the useful resources out there for creating a Wordpress theme, and also where to find some of them. It assumes a basic knowledge of Wordpress as this is vital for putting themes together. If you need more information about Wordpress then you need to find an online manual which can be found on the documents page of <a title="WordPress" href="http://www.wordpress.org">www.wordpress.org</a>. There are literally hundreds of pages, and they should answer most questions you have.</p>
<p>The first thing you need to create a theme in Wordpress is to understand how templates are put together otherwise you are going to be working in the dark. Another useful reading resource to help you with this can be found within the manual under &#8216;Stepping in to templates&#8217;.  If you are sure all this makes sense then you are ready to start creating templates for Wordpress.</p>
<p><strong>Wordpress Theme Tutorials</strong></p>
<p>There are many resources available online that can help you develop a Wordpress theme. The following is a list of tutorials. Tutorials will guide you through the process of developing a Wordpress theme using a step-by-step process. This is by no means a comprehensive listing, however I have tried to include a variety so you can look through them and determine which tutorial you find easy to follow.</p>
<ul>
<li>http://themeshaper.com/wordpress-themes-templates-tutorial</li>
<li>http://themetation.com/2008/07/14/how-to-create-wordpress-themes-from-scratch-part-1</li>
<li>http://blog.themeforest.net/screencasts/new-wp-video-series-and-free-rockstar-book</li>
<li>http://designreviver.com/inspiration/how-i-learned-to-build-wordpress-themes/<br />
XHTML/CSS resources</li>
</ul>
<p>If you would like to obtain a good working knowledge of both of these, a great resource for those new to web programming or those moving over from older languages is www.w3schools.com. Here you can find hundreds of tutorials, scripts and quizzes to help you get your head around things, and working in conjunction with this you will need a text editor. Notepad++ is a popular choice, and we recommend the Firefox web developer toolbar so you can test and check your coding. It is brilliant when you are making live changes to your CSS.</p>
<p><strong>Graphic design resources </strong></p>
<p>You are going to find life so much easier if you have a decent graphics package on your computer. Photoshop and Fireworks are two of the best for the job, and this is where you will create your graphics.  The issues you need to consider for your Wordpress templates are things like color schemes, fonts and images.   For inspiration there are a number of resources. <a title="designmeltdown.com" href="http://www.designmeltdown.com">www.designmeltdown.com</a> is a good site for ideas, as are the gallery pages of <a title="cssbeauty.com" href="http://www.cssbeauty.com">www.cssbeauty.com</a> that have collected some of the most excellent examples of sites that look good.</p>
<p>You need to come up with a clear color scheme that presents the image you are seeking, and if these sites do not help inspire you enough, try checking out somewhere like <a title="dailycolorscheme.com" href="http://dailycolorscheme.com">beta.dailycolorscheme.com</a> where you can see hundreds of schemes and download them too.  Finally some of the best inspiration for color schemes comes from life, so browsing through photographs on a site like <a title="Flickr" href="http://Flickr.com">Flickr</a> can also prove invaluable.  Free fonts can be downloaded, or you can purchase professional ones from <a title="Linotype" href="http://Linotype.com">Linotype</a>, and the same goes for images free stock that can be found at <a title="SXC" href="http://SXC.hu">SXC</a>, whereas paid for images are found at <a title="iStockPhoto" href="http://iStockPhoto.com">iStockPhoto</a>.</p>
<p>Finally you need to have an understanding of plugins, and you need to learn how to install them and when you should be installing them. Some great plugins can be found at <a title="WP-Plugins.net" href="http://WP-Plugins.net">WP-Plugins.net</a>. Overall the best tip we can offer you is to read plenty on the net about Wordpress and Wordpress templates &#8211; and above all enjoy!</p>


<p>Related posts:<ol><li><a href='http://www.wptemplates.net/2010/02/6-essential-wordpress-development-and-design-cheat-sheets/' rel='bookmark' title='Permanent Link: 6 Essential WordPress Development and Design Cheat Sheets'>6 Essential WordPress Development and Design Cheat Sheets</a></li>
<li><a href='http://www.wptemplates.net/2009/08/getting-your-first-blog-creating-a-wordpress-com-account/' rel='bookmark' title='Permanent Link: Getting Your First Blog: Creating a Wordpress.com Account'>Getting Your First Blog: Creating a Wordpress.com Account</a></li>
<li><a href='http://www.wptemplates.net/2010/02/5-wordpress-plugins-to-add-professionalism-to-your-blog/' rel='bookmark' title='Permanent Link: 5 WordPress Plugins to add Professionalism to your Blog'>5 WordPress Plugins to add Professionalism to your Blog</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wptemplates.net/2010/02/useful-resources-for-creating-a-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
