<?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>WPCrowd &#187; Tutorials</title>
	<atom:link href="http://wpcrowd.com/category/tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://wpcrowd.com</link>
	<description>WordPress Themes and Resources</description>
	<lastBuildDate>Fri, 02 Apr 2010 09:26:30 +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>What is a WordPress Theme Framework?</title>
		<link>http://wpcrowd.com/general/what-is-a-wordpress-theme-framework</link>
		<comments>http://wpcrowd.com/general/what-is-a-wordpress-theme-framework#comments</comments>
		<pubDate>Fri, 02 Apr 2010 09:26:30 +0000</pubDate>
		<dc:creator>Alexandru Vornicescu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[theme framework]]></category>
		<category><![CDATA[wordpress framework]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://wpcrowd.com/?p=1722</guid>
		<description><![CDATA[You have probably heard lots of discussions on the subject of theme framework over the past year, as it was becoming more and more popular. Meanwhile, many developers and even more users are trying to understand what it is exactly and how it is supposed to work. So, if you are the one of those [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpcrowd.com%2Fgeneral%2Fwhat-is-a-wordpress-theme-framework"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpcrowd.com%2Fgeneral%2Fwhat-is-a-wordpress-theme-framework&amp;source=wpcrowd&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>You have probably heard lots of discussions on the subject of theme framework over the past year, as it was becoming more and more popular. Meanwhile, many developers and even more users are trying to understand what it is exactly and how it is supposed to work. So, if you are the one of those who aren’t familiar with it yet, then the real purpose of theme framework may be lost for you.<br />
<span id="more-1722"></span></p>
<p>Notwithstanding there’re some arguments against it, there’re also plenty of reasons for using frameworks. Most designers have quite a good understanding of a framework, but broadly speaking, a WordPress framework is some kind of a large-scale outline, presenting an approach to quickly develop WordPress themes that are based on common axioms. Don’t miss the main word – just an approach. So it could have different meanings to different users.</p>
<p>It may look anyhow – as a set of distinct hierarchy of scripts, style sheets or plugin support files, or as a theme with minimal styling of microformats or custom functions. It may be whatever, but the one thing will stay invariable – a certain style of coding, organizing and referencing the workpieces.</p>
<p>So, if you follow the thread of thought, then you now understand that theme framework is not the a cure-all solution or an ideal theme, and not the thing you can easily adhere to. However, you should see the potential of frameworks – they can decline the chance of errors, provide you with a stable way to approaching projects and theme customization, and also speed up repetitive tasks and client support.</p>
<p>It does have advantages, but not everyone will be able to create a templating system. Nevertheless, you can benefit from a ready framework, especially if you’re a developer or designer, willing to increase the productivity, enhance the product range or get rid of obstacles coming with coding from scratch. And if you’re just a regular user, curious about what this has to do with you, you could benefit even more, because the author of the parent theme will provide you with updates and new functionality every single time they become available, so you may forget about worries concerning losing or rewriting your customizations. You will understand it better after working with one framework for a while, but you have to choose with which one exactly. All of them differ greatly, as you know that the framework can be whatever its author wants it to be, but they all will be definitely useful for those, who clearly understand their purpose.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcrowd.com/general/what-is-a-wordpress-theme-framework/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Tutorials about How to create a WordPress theme</title>
		<link>http://wpcrowd.com/tutorials/8-tutorials-about-how-to-create-a-wordpress-theme</link>
		<comments>http://wpcrowd.com/tutorials/8-tutorials-about-how-to-create-a-wordpress-theme#comments</comments>
		<pubDate>Tue, 14 Jul 2009 21:10:28 +0000</pubDate>
		<dc:creator>Alexandru Vornicescu</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://wpcrowd.com/?p=1077</guid>
		<description><![CDATA[To create a WordPress theme is not so easy. Some designers spend weeks on creating a good looking theme. I searched on the web for great tutorials for creating a WordPress theme form scratch that are very great explain and easy to use. If you are going to create a theme than this article will [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpcrowd.com%2Ftutorials%2F8-tutorials-about-how-to-create-a-wordpress-theme"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpcrowd.com%2Ftutorials%2F8-tutorials-about-how-to-create-a-wordpress-theme&amp;source=wpcrowd&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>To create a WordPress theme is not so easy. Some <strong>designers spend weeks</strong> on creating a good looking theme.</p>
<p>I searched on the web for great tutorials for <strong>creating a WordPress theme</strong> form scratch that are very great explain and easy to use.</p>
<p>If you are going to create a theme than this article will be very helpful for you. <span id="more-1077"></span>Here are 8 Tutorials for Creating a WordPress theme from the best <strong>WordPress developers</strong>.<br />
Please share this article to spread the world!</p>
<h3>How to Create a WordPress Theme by Jonathan Wold</h3>
<p><img class="aligncenter border size-full wp-image-1238" title="How to Create a WordPress Theme by Jonathan Wold" src="http://wpcrowd.com/wp-content/uploads/2009/07/How-to-Create-a-WordPress-Theme-by-Jonathan-Wold.gif" alt="How to Create a WordPress Theme by Jonathan Wold" width="500" height="250" /><br />
<a href="http://jonathanwold.com/tutorials/wordpress_theme/">Tutorial link</a></p>
<h3>How To Create WordPress Themes From Scratch by Themetation</h3>
<p><img src="http://wpcrowd.com/wp-content/uploads/2009/07/How-To-Create-WordPress-Themes-From-Scratch-by-Themetation.gif" alt="How To Create WordPress Themes From Scratch by Themetation" title="How To Create WordPress Themes From Scratch by Themetation" width="500" height="250" class="aligncenter border size-full wp-image-1241" /><br />
<a href="http://themetation.com/2008/07/14/how-to-create-wordpress-themes-from-scratch-part-1/">Tutorial link</a></p>
<h3>How to Create a WordPress Theme from Scratch by Nettuts+</h3>
<p><img src="http://wpcrowd.com/wp-content/uploads/2009/07/How-to-Create-a-WordPress-Theme-from-Scratch-by-Nettuts+.gif" alt="How to Create a WordPress Theme from Scratch by Nettuts+" title="How to Create a WordPress Theme from Scratch by Nettuts+" width="500" height="250" class="aligncenter border size-full wp-image-1242" /><br />
<a href="http://net.tutsplus.com/site-builds/how-to-create-a-wordpress-theme-from-scratch/">Tutorial link</a></p>
<h3>How to create a WordPress Template or Theme by Brass Blogs Web Design</h3>
<p><img src="http://wpcrowd.com/wp-content/uploads/2009/07/How-to-create-a-WordPress-Template-or-Theme-by-Brass-Blogs-Web-Design.gif" alt="How to create a WordPress Template or Theme by Brass Blogs Web Design" title="How to create a WordPress Template or Theme by Brass Blogs Web Design" width="500" height="250" class="aligncenter border size-full wp-image-1243" /><br />
<a href="http://brassblogs.com/blog/how-to-create-a-wordpress-theme/3">Tutorial link</a></p>
<h3>How To Create WordPress Themes From Scratch by Eric Martin</h3>
<p><img src="http://wpcrowd.com/wp-content/uploads/2009/07/How-To-Create-WordPress-Themes-From-Scratch-by-Eric-Martin.gif" alt="How To Create WordPress Themes From Scratch by Eric Martin" title="How To Create WordPress Themes From Scratch by Eric Martin" width="500" height="250" class="aligncenter border size-full wp-image-1244" /><br />
<a href="http://www.ericmmartin.com/how-to-create-wordpress-themes-from-scratch-4-part-series/">Tutorial link</a></p>
<h3>How to create a simple WordPress theme</h3>
<p><img src="http://wpcrowd.com/wp-content/uploads/2009/07/How-to-create-a-simple-WordPress-theme.gif" alt="How to create a simple WordPress theme" title="How to create a simple WordPress theme" width="500" height="250" class="aligncenter border size-full wp-image-1246" /><br />
<a href="http://www.siteground.com/tutorials/wordpress/wordpress_create_theme.htm">Tutorial link</a></p>
<h3>How to make a child theme for WordPress by op111.net</h3>
<p><img src="http://wpcrowd.com/wp-content/uploads/2009/07/How-to-make-a-child-theme-for-WordPress-by-op111.gif" alt="How to make a child theme for WordPress by op111" title="How to make a child theme for WordPress by op111" width="500" height="250" class="aligncenter border size-full wp-image-1248" /><br />
<a href="http://op111.net/53">Tutorial link</a></p>
<h3>How To Create a WordPress Theme: The Ultimate WordPress Theme Tutorial</h3>
<p><img src="http://wpcrowd.com/wp-content/uploads/2009/07/How-To-Create-a-WordPress-Theme-The-Ultimate-WordPress-Theme-Tutorial.gif" alt="How To Create a WordPress Theme- The Ultimate WordPress Theme Tutorial" title="How To Create a WordPress Theme- The Ultimate WordPress Theme Tutorial" width="500" height="250" class="aligncenter border size-full wp-image-1249" /><br />
<a href="http://themeshaper.com/wordpress-themes-templates-tutorial/">Tutorial link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wpcrowd.com/tutorials/8-tutorials-about-how-to-create-a-wordpress-theme/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to modify a WordPress Theme and to make it unique</title>
		<link>http://wpcrowd.com/customization/how-to-modify-a-wordpress-theme-and-to-make-it-unique</link>
		<comments>http://wpcrowd.com/customization/how-to-modify-a-wordpress-theme-and-to-make-it-unique#comments</comments>
		<pubDate>Tue, 24 Mar 2009 14:34:48 +0000</pubDate>
		<dc:creator>Alexandru Vornicescu</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://wpcrowd.com/?p=192</guid>
		<description><![CDATA[I think that everybody who have a blog wants it to have unique design in the blogosphere, because unique style means superiority and it&#8217;s cool. So there are some small tricks that you can apply on you blog to make it to look better then before. In this article I will show you how to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpcrowd.com%2Fcustomization%2Fhow-to-modify-a-wordpress-theme-and-to-make-it-unique"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwpcrowd.com%2Fcustomization%2Fhow-to-modify-a-wordpress-theme-and-to-make-it-unique&amp;source=wpcrowd&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I think that everybody who have a blog wants it to have unique design in the blogosphere, because unique style means  superiority and it&#8217;s cool.</p>
<p>So there are some small tricks that you can apply on you blog to make it to look better then before.</p>
<p>In this article I will show you how to recreate an existing WordPress Theme and making in it a unique and powerful design just in easy steps.<span id="more-192"></span></p>
<p><img class="aligncenter size-full wp-image-210" title="how-to-modify-a-wordpress-theme-and-to-make-it-unique1" src="http://wpcrowd.com/wp-content/uploads/2009/03/how-to-modify-a-wordpress-theme-and-to-make-it-unique1.png" alt="how-to-modify-a-wordpress-theme-and-to-make-it-unique1" width="500" height="325" /></p>
<p>For example WPCrowd use a free Freemium Theme from freebiesdock.com,  very well designed and I like it very much.</p>
<p>Now what step I used to transform a popular theme that uses a lot of people in a good looking and unique template:</p>
<p>1.  Removed a sidebar because the theme is 3 column but we need 2 column theme.</p>
<p><img class="aligncenter border size-full wp-image-216" title="removed-the-sidebar" src="http://wpcrowd.com/wp-content/uploads/2009/03/removed-the-sidebar.png" alt="removed-the-sidebar" width="500" height="352" /></p>
<p>In the index.php file of the theme I deleted the &#8220;&lt;?php get_sidebar(); ?&gt;&#8221; tag that represents the sidebar colored in red.</p>
<p>Moved the sidebar.php widgets to sidebar2.php.</p>
<p>And in the single.php removed the all &lt;div id=&#8221;post_data&#8221;&gt; tag.</p>
<p>2. Enlarged the post space in home page.</p>
<p><img class="aligncenter border size-full wp-image-226" title="changed-size-in-the-post" src="http://wpcrowd.com/wp-content/uploads/2009/03/changed-size-in-post-tags2.png" alt="changed-size-in-the-post" width="500" height="325" /></p>
<p>In the style.css file I enlarged the size of the post from 348px to 608px for the home page.</p>
<p>3. Changed backgrounds color in the post and for the comments, text color changed to black, links from green to orange, editing only the style.css file and images that are used in menubar.</p>
<p><img class="aligncenter border size-full wp-image-234" title="screen" src="http://wpcrowd.com/wp-content/uploads/2009/03/semifinal.png" alt="screen" width="500" height="325" /></p>
<p>4. Added a background image that combines very well in this theme.</p>
<p><img class="aligncenter border size-full wp-image-237" title="136" src="http://wpcrowd.com/wp-content/uploads/2009/03/136.gif" alt="136" width="100" height="100" /></p>
<p>I hope you enjoyed this article and if you want you can post a comment about your thoughts and ideas.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpcrowd.com/customization/how-to-modify-a-wordpress-theme-and-to-make-it-unique/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>
