<?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>The Theme Foundry &#187; Tutorials</title>
	<atom:link href="http://thethemefoundry.com/blog/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://thethemefoundry.com/blog</link>
	<description>Handcrafted WordPress themes &#38; professional support</description>
	<lastBuildDate>Tue, 09 Mar 2010 22:18:27 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Easy Upgrading With Child Themes</title>
		<link>http://thethemefoundry.com/blog/easy-upgrading-wordpress-child-themes/</link>
		<comments>http://thethemefoundry.com/blog/easy-upgrading-wordpress-child-themes/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 02:06:17 +0000</pubDate>
		<dc:creator>Drew Strojny</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Vigilance]]></category>
		<category><![CDATA[child theme]]></category>
		<category><![CDATA[upgrading]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://themes.jestro.com/vigilance/?p=386</guid>
		<description><![CDATA[A quick tutorial on using WordPress &#8220;Child Themes&#8221; to upgrade Vigilance while maintaining your custom CSS, adding custom functions, and eventually adding custom templates (WordPress 2.7) adding custom templates.

Important: You will need Vigilance 1.1 or later for the child theme to work correctly. If you are running an older version of Vigilance, upgrade now.
Step 1: [...]]]></description>
			<content:encoded><![CDATA[<p>A quick tutorial on using WordPress &#8220;Child Themes&#8221; to upgrade Vigilance while maintaining your custom CSS, adding custom functions, and <del datetime="2009-09-18T06:08:13+00:00">eventually adding custom templates (WordPress 2.7)</del> adding custom templates.</p>
<p><span id="more-386"></span></p>
<p><strong>Important:</strong> You will need Vigilance 1.1 or later for the child theme to work correctly. If you are running an older version of Vigilance, <a href="http://themes.jestro.com/vigilance/download/">upgrade now</a>.</p>
<h2>Step 1: Download</h2>
<p>Download this basic child theme for Vigilance:</p>
<p><a href='http://themes.jestro.com/blog/wp-content/uploads/my_vigilance.zip'>Vigilance Child Theme</a></p>
<h2>Step 2: Unzip and Upload</h2>
<p>Unzip and upload this theme into your <code>wp-content/themes</code> directory just as you would any other theme.</p>
<p><strong>Note:</strong> The theme must be in it&#8217;s own directory, just like any other theme, e.g. <code>themes/my_vigilance</code></p>
<div id="attachment_389" class="wp-caption alignright" style="width: 150px"><img src="http://themes.jestro.com/blog/wp-content/uploads/vigilance-childtheme.png" alt="Activate the Child Theme" title="Vigilance Child Theme" width="140" height="130" class="size-full wp-image-389" /><p class="wp-caption-text">Activate the Child Theme</p></div>
<h2>Step 3: Activate</h2>
<p>Log in to your WordPress installation and click <em>Appearance</em> then <em>Themes</em>. Find the child theme, it will look like the image on the right. Click on the theme and activate it.</p>
<h2>Step 4: Customize</h2>
<p>You can now make all of your custom CSS changes from within the child theme. Simply edit the <code>style.css</code> file. You can find it in your <code>/themes/myvigilance</code> folder. You can also add custom functions and template files. These changes will work as long as you have the child theme activated.</p>
<h2>How It Works</h2>
<p>Your new child theme inherits all of the templates and styles from the parent theme (Vigilance in this case), <strong>but</strong> any styles added in the <code>style.css</code> file in the child theme&#8217;s folder will <strong>override</strong> any default theme styles. You may also include custom <a href="http://codex.wordpress.org/Function_Reference">functions</a> by adding them to  the included <code>functions.php</code> file. <del datetime="2009-09-18T06:08:13+00:00">When <a href="http://codex.wordpress.org/Version_2.7">WordPress 2.7</a> is released you will be able to use custom templates in your child theme. </del>. You can now use custom templates in your child theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://thethemefoundry.com/blog/easy-upgrading-wordpress-child-themes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
