<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Understanding WordPress &#187; Development</title>
	<atom:link href="http://www.understandingwordpress.com/blog/category/development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.understandingwordpress.com/blog</link>
	<description>Offering inexpensive online classes for all levels</description>
	<lastBuildDate>Fri, 05 Mar 2010 05:16:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<!-- podcast_generator="Blubrry PowerPress/1.0.9" mode="simple" entry="normal" -->
	<itunes:summary>Offering inexpensive online classes for all levels</itunes:summary>
	<itunes:author>Understanding WordPress</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.understandingwordpress.com/blog/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:owner>
		<itunes:name>Understanding WordPress</itunes:name>
		<itunes:email>frank@javascriptworkshop.com</itunes:email>
	</itunes:owner>
	<managingEditor>frank@javascriptworkshop.com (Understanding WordPress)</managingEditor>
	<itunes:subtitle>Offering inexpensive online classes for all levels</itunes:subtitle>
	<image>
		<title>Understanding WordPress &#187; Development</title>
		<url>http://www.understandingwordpress.com/blog/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://www.understandingwordpress.com/blog/category/development</link>
	</image>
		<item>
		<title>Themes &#8211; An Overview</title>
		<link>http://www.understandingwordpress.com/blog/themes-an-overview.html</link>
		<comments>http://www.understandingwordpress.com/blog/themes-an-overview.html#comments</comments>
		<pubDate>Tue, 18 Aug 2009 13:04:14 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.understandingwordpress.com/blog/?p=71</guid>
		<description><![CDATA[Themes determine the look of your blog and save you the time of having to deal with most of the code involved, although WordPress allows you to get your hands into as much code as you like. Most people (but not us) will be happy keeping the default WordPress theme, which is known simply as [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://wordpress.org/extend/themes/" onclick="pageTracker._trackPageview('/outgoing/wordpress.org/extend/themes/?referer=');">Themes</a> determine the look of your blog and save you the time of having to deal with most of the code involved,  although WordPress allows you to get your hands into as much code as you like.  </p>
<p>Most people (but not us) will be happy keeping the default WordPress theme, which is known simply as WordPress Default (formerly called Kubrick, created by Michael Heilemann)</p>
<p>The WordPress community makes many themes for you to choose from and many are free. The best place to find a theme is the WordPress Theme Directory at <a  target="_blank" href="http://wordpress.org/extend/themes/" onclick="pageTracker._trackPageview('/outgoing/wordpress.org/extend/themes/?referer=');">http://wordpress.org/extend/themes/</a>. </p>
<p>This directory is run by the same people who control WordPress itself, and they’ve set up some ground rules that a theme has to follow to be listed:</p>
<ul>
<li>All theme files must be included in a single .zip file.</li>
<li>The theme must include a file called screenshot.png which is how the theme will look like.</li>
<li>The theme has to support widgets.</li>
<li>The theme must not contain any hidden or sponsored links.</li>
</ul>
<p>You can change some of the functionality of your theme in two different ways: by adding <a  target="_blank" href="http://codex.wordpress.org/Plugins/WordPress_Widgets" onclick="pageTracker._trackPageview('/outgoing/codex.wordpress.org/Plugins/WordPress_Widgets?referer=');">widgets</a> or using <a target="_blank" href="http://codex.wordpress.org/Template_Tags" onclick="pageTracker._trackPageview('/outgoing/codex.wordpress.org/Template_Tags?referer=');">template tags</a>. </p>
<p>Widgets are known as &#8220;side bar&#8221; accessories which are defined as WordPress add-ins which allow you to add design elements and functionality to your &#8220;sidebar&#8221; of your theme. The sidebar is normally an area on the right (sometimes on the left or bottom) that gives more information to the reader about the information in your blog.  This can be a category list, a monthly archive of posts, blogroll, calendar highlighting days with posts, tag cloud, images, etc. </p>
<p>A template tag is a code that instructs WordPress to &#8220;do&#8221; or &#8220;get&#8221; something.  It is a piece of <a target="_blank" href="http://www.php.net/manual/en/" onclick="pageTracker._trackPageview('/outgoing/www.php.net/manual/en/?referer=');">PHP</a> code that is encapsulated in a function.  These code snipets are stored in the various PHP (.php) <a  target=_blank" href="http://codex.wordpress.org/Theme_Development" onclick="pageTracker._trackPageview('/outgoing/codex.wordpress.org/Theme_Development?referer=');">files</a> that make up your WordPress theme.</p>
<p>Here are some videos (.zip) giving an overview of the topics covered in the class.   In the class I cover these topics in much more detail as well many other topics. </p>
<p><a href="http://www.understandingwordpress.com/Videos/Understanding_themes.zip">Understanding Themes</a><br />
<a href="http://www.understandingwordpress.com/Videos/Installing_themes.zip">Installing Themes</a><br />
<a href="http://www.understandingwordpress.com/Videos/Customizing_themes.zip">Customizing Themes</a><br />
<a href="http://www.understandingwordpress.com/Videos/Modifying_CSS.zip">Modifying CSS</a><br />
<a href="http://www.understandingwordpress.com/Videos/Modifying_PHP.zip">Modifying PHP</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.understandingwordpress.com/blog/themes-an-overview.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
