<?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; 2.6</title>
	<atom:link href="http://tarskitheme.com/tag/2-6/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>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>
		<item>
		<title>2.6 Release Candidate 2</title>
		<link>http://tarskitheme.com/2009/12/21/2-6-release-candidate-1/</link>
		<comments>http://tarskitheme.com/2009/12/21/2-6-release-candidate-1/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 14:20:27 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[release candidate]]></category>
		<category><![CDATA[WordPress 2.9]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2009/12/21/2-6-release-candidate-1/</guid>
		<description><![CDATA[Tarski 2.6 release candidates.]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://wordpress.org/development/2009/12/wordpress-2-9/">WordPress 2.9</a> out of the door, I figured it was time to get the ball rolling on the latest Tarski release. There are some fairly extensive improvements to some areas of the internals, so I would very much appreciate some testing before I release the final version.</p>
<p>Highlights of <a href="http://tarskitheme.com/about/changelog/">the changes</a> include drawing header images and alternate styles from child themes, support for the new post thumbnails, and a switch to the HTML5 <code>DOCTYPE</code>.</p>
<p>If you test it, can you send me the string of your <code>tarski_options</code> option both before and after the upgrade? You can get it from your database by running the following <abbr title="Structured Query Language">SQL</abbr> query on the database where WordPress is installed.</p>
<pre><code>SELECT option_value FROM wp_options WHERE option_name = 'tarski_options';</code></pre>
<p>Thanks!</p>
<h3>Update</h3>
<p>Found some bugs in the upgrade routine already. RC2 is now out, use that instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2009/12/21/2-6-release-candidate-1/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

