<?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>Tarski &#187; child themes</title>
	<atom:link href="http://tarskitheme.com/tag/child-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarskitheme.com</link>
	<description>An elegant, flexible WordPress theme</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:02:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>3.1.3 Release</title>
		<link>http://tarskitheme.com/2012/01/28/3-1-3-release/</link>
		<comments>http://tarskitheme.com/2012/01/28/3-1-3-release/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 16:52:32 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.1]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[child themes]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[WordPress 3.2]]></category>
		<category><![CDATA[WordPress 3.3]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=580</guid>
		<description><![CDATA[Tarski 3.1.3 is a maintenance release which fixes some minor bugs and enhances the theme's compatibility with WordPress 3.3.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 3.1.3</strong> is now available. It fixes some minor bugs and improves compatibility with WordPress 3.3. A full list of changes can be found in <a href="http://tarskitheme.com/about/changelog">the changelog</a>.</p>
<p><em>Please note that WordPress 3.2 is required for this release.</em></p>
<p><a class="download" href="http://tarskitheme.com/downloads/tarski_3.1.3.zip">Download Tarski 3.1.3</a></p>
<p>You can also get this version as a <a href="https://github.com/beastaugh/tarski/tree/3.1.3">Git tag</a>.</p>
<p>We strongly recommend following the <a href="http://tarskitheme.com/help/updates">upgrade guide</a>. Always back up your files and database before running a WordPress or Tarski upgrade. Please ensure that you upgrade WordPress before installing the new version of Tarski.</p>
<h3>WordPress 3.3 compatibility</h3>
<p>Tarski 3.1 was released to add support for new features in WordPress 3.2, but WordPress 3.3 didn&#8217;t add many relevant features so I haven&#8217;t done a new major release, but merely fixed a few niggles. This includes fixing a few warnings, removing some invalid HTML, and making the host site name in the footer work correctly when the multi-site functionality is engaged.</p>
<p>Developers working with Tarski&#8212;for example, anyone writing a child theme&#8212;will be happy to know that the <code>TARSKI_DEBUG</code> constant can now be set by external code such as child themes or plugins. Amongst other things, this should make it easier to debug issues with Tarski&#8217;s JavaScript and CSS when writing code that interacts with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2012/01/28/3-1-3-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2.7 Release</title>
		<link>http://tarskitheme.com/2010/08/01/2-7-0-release/</link>
		<comments>http://tarskitheme.com/2010/08/01/2-7-0-release/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 17:42:19 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.7.0]]></category>
		<category><![CDATA[child themes]]></category>
		<category><![CDATA[custom backgrounds]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=458</guid>
		<description><![CDATA[Tarski 2.7.0 adds support for many WordPress 3.0 features, as well as numerous other improvements.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 2.7</strong> adds compatibility with many WordPress 3.0 features, including custom backgrounds. A detailed list of changes is available in <a href="http://tarskitheme.com/about/changelog/">the changelog</a>. <em>Please note that WordPress 3.0 is required for this release.</em></p>
<p><a href="http://tarskitheme.com/downloads/tarski_2.7.1.zip" class="download">Download Tarski 2.7.1</a></p>
<p>You can also get this version as a <a href="http://github.com/ionfish/tarski/tree/2.7.1">Git tag</a>.</p>
<p>We strongly recommend following the <a href="http://tarskitheme.com/help/updates/">upgrade guide</a>. Always <strong>back up your files and database</strong> before running a WordPress or Tarski upgrade. Please ensure that you upgrade WordPress before installing the new version of Tarski.</p>
<h3>Overriding templates</h3>
<p>Child themes can now override many of Tarski&#8217;s built-in template fragments. Simply create a file of the appropriate name in the <code>app/templates</code> directory of your child theme (you&#8217;ll have to create this) and add a file of the appropriate name&#8212;Tarski will use it automatically. For example, you could replace the template Tarski displays when there are no posts by adding a <code>no_posts.php</code> file.</p>
<h3>Compressed assets</h3>
<p>There are also some client-side performance improvements: the theme&#8217;s graphics are slightly better compressed, and minified versions of Tarski&#8217;s CSS and JavaScript are served by default. The full stylesheets and JS files are of course included with the theme download, so there&#8217;s nothing stopping you changing them and then re-minifying (although I would in general recommend using a <a href="http://tarskitheme.com/help/styles/">custom stylesheet</a> or child theme rather than making changes to the theme directly, as this will hamper your ability to upgrade it).</p>
<p>This release also contains numerous small improvements and bug fixes. There are a lot of WordPress 3.0 releases I just didn&#8217;t have time to add support for, but hopefully those can be added before too long. If anyone would like to contribute those changes, please take a look at the <a href="http://github.com/ionfish/tarski/issues">outstanding issues</a> and <a href="http://github.com/ionfish/tarski">fork the project on GitHub</a>. Hope you enjoy the new version.</p>
<p class="insert">Please post bug reports, suggestions etc. <a href="http://tarskitheme.com/forum/">on the forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2010/08/01/2-7-0-release/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>A basic Tarski child theme</title>
		<link>http://tarskitheme.com/2010/01/19/a-basic-tarski-child-theme/</link>
		<comments>http://tarskitheme.com/2010/01/19/a-basic-tarski-child-theme/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 23:57:04 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[child themes]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2010/01/19/a-basic-tarski-child-theme/</guid>
		<description><![CDATA[The basis of a child theme for Tarski, for users who want to customise their sites but aren't sure where to start.]]></description>
			<content:encoded><![CDATA[<p>If you want to make a child theme for Tarski, perhaps taking advantage of the new functionality added in <a href="http://tarskitheme.com/2010/01/16/2-6-release/">Tarski 2.6</a>, I&#8217;ve put together <a href="http://gist.github.com/280933">a few lines of code</a> that you can start with.</p>
<p>The important thing that this code does is use the main Tarski stylesheet as well as the child theme&#8217;s stylesheet, so you don&#8217;t need to copy that over.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2010/01/19/a-basic-tarski-child-theme/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>2.6 Release</title>
		<link>http://tarskitheme.com/2010/01/16/2-6-release/</link>
		<comments>http://tarskitheme.com/2010/01/16/2-6-release/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 22:11:42 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[alternate styles]]></category>
		<category><![CDATA[child themes]]></category>
		<category><![CDATA[custom headers]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[WordPress 2.9]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=425</guid>
		<description><![CDATA[Tarski 2.6 adds numerous new features such as custom headers and stylesheets to child themes, post thumbnails and several API improvements.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 2.6</strong> brings support for new WordPress features, improves the <abbr title="Application Programming Interface">API</abbr>, and makes the theme far more amenable to customisation via child themes. A detailed list of changes is available in <a href="http://tarskitheme.com/about/changelog/">the changelog</a>. <em>Please note that WordPress 2.9 is required for this release.</em></p>
<p><a class="download" href="http://tarskitheme.com/downloads/tarski_2.6.zip">Download Tarski 2.6</a></p>
<p>You can also get this version as a <a href="http://github.com/ionfish/tarski/tree/2.5">Git tag</a>.</p>
<p>We strongly recommend following the <a href="http://tarskitheme.com/help/updates/">upgrade guide</a>. Always <strong>back up your files and database</strong> before running a WordPress or Tarski upgrade. Please ensure that you upgrade WordPress <em>before</em> installing the new version of Tarski.</p>
<h3>Better child themes</h3>
<p>Child themes can now support their own custom headers and stylesheets. Simply create your child theme and add your new <a href="http://tarskitheme.com/help/#doc-headers">header images</a> to the <code>headers/</code> directory in the child theme, rather than in your version of Tarski. The same applies to <a href="http://tarskitheme.com/help/#doc-styles">custom stylesheets</a>. This makes Tarski child themes far more powerful, and allows you to keep all your Tarski customisations in a child theme rather than having to worry about backing up files stored in your Tarski directory as well.</p>
<h3>Post thumbnails &#038; image captions</h3>
<p>Tarski now supports the post thumbnails added in WordPress 2.9, as well as properly styling the captions added to images in WordPress 2.6.</p>
<h3>More customisable navbar</h3>
<p>For those of you using the Tarski API to modify the navbar, a couple of enhancements have been added. Firstly, the &#8216;Home&#8217; and page links are now added to the navbar via the <code>tarski_navbar</code> filter, making it much easier to remove them if need be. Secondly, page and external links added to the navbar now have more meaningful array keys when they are passed to that filter, making them easier to manipulate programmatically.</p>
<h3>Now in HTML5</h3>
<p>HTML5 is the future of <abbr title="Hypertext Markup Language">HTML</abbr>, and using the HTML5 <code>DOCTYPE</code> in Tarski will make it easier to incorporate powerful new features in the future. There was a <a href="http://tarskitheme.com/2009/12/21/2-6-release-candidate-1/comment-page-1/#comment-6942">discussion</a> of where this will lead in the comments on the 2.6 release candidates post.</p>
<p>As usual, there are many more tweaks, bug fixes and new features in Tarski 2.6 than I can go into here. Hope you enjoy the new version.</p>
<p class="insert">Please post bug reports, suggestions etc. <a href="http://tarskitheme.com/forum/">on the forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2010/01/16/2-6-release/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

