<?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; plugin</title>
	<atom:link href="http://tarskitheme.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarskitheme.com</link>
	<description>An elegant, flexible WordPress theme</description>
	<lastBuildDate>Sun, 22 Apr 2012 18:14:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Custom Header Resize</title>
		<link>http://tarskitheme.com/2009/03/26/custom-header-resize/</link>
		<comments>http://tarskitheme.com/2009/03/26/custom-header-resize/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 11:41:14 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[custom headers]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=290</guid>
		<description><![CDATA[Change custom header image dimensions with a simple plugin.]]></description>
			<content:encoded><![CDATA[<p>One question I get asked a lot is &#8220;How do I change the custom header size?&#8221; The answer is the <a href="http://gist.github.com/86016">Custom Header Resize</a> plugin. All you need to do is change the values to reflect the size of custom header you&#8217;d like to use, and install the plugin.</p>
<p>For those of you who&#8217;d like to customise things further, here are a few pointers&#8230;</p>
<p>The plugin only defines two of the constants associated with custom headers, <code>HEADER_IMAGE_WIDTH</code> and <code>HEADER_IMAGE_HEIGHT</code>. There are a few others which you could also define in the same way:</p>
<ul>
<li><code>HEADER_TEXTCOLOR</code> sets the colour of the text that would go over the header image. Tarski doesn&#8217;t use this value, but other themes do.</li>
<li><code>NO_HEADER_TEXT</code> is set to <code>true</code> by Tarski, because it doesn&#8217;t have an option to put text over the header. Again, this is more useful when using other themes.</li>
<li><code>HEADER_IMAGE</code> sets the default header image. In Tarski this is set to the image you chose on the Tarski options page, which would then be overridden by any custom header image you set up.</li>
</ul>
<p>Please note that if you have the <code>WP_DEBUG</code> constant set to <code>true</code> (this is usually only used by developers) then you&#8217;ll see a bunch of warnings as Tarski will attempt to redefine these constants. This <a href="http://github.com/ionfish/tarski/commit/58673bb8628da7843d8113651be3aebf8cfd3906">will be fixed</a> in the next version of Tarski.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2009/03/26/custom-header-resize/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Category Stylesheets</title>
		<link>http://tarskitheme.com/2009/03/17/category-stylesheets/</link>
		<comments>http://tarskitheme.com/2009/03/17/category-stylesheets/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 13:46:47 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Category Stylesheets]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=278</guid>
		<description><![CDATA[Simple plugin to add per-category stylesheets.]]></description>
			<content:encoded><![CDATA[<p>I ran this plugin up for a friend the other day, and thought other people might find it useful: <a href="http://gist.github.com/79060">Category Stylesheets</a>. It lets you add category-specific stylesheets to your site. Once you&#8217;ve installed the plugin you just need to add a file named <code>category-<em>n</em>.css</code> (where <code>n</code> is the category ID) to your theme directory. The stylesheet will be used on category archive pages for that category, and single posts in that category.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2009/03/17/category-stylesheets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove Tagline from Title</title>
		<link>http://tarskitheme.com/2007/11/08/remove-tagline-from-title/</link>
		<comments>http://tarskitheme.com/2007/11/08/remove-tagline-from-title/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 14:56:34 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Remove Tagline]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/11/08/remove-tagline-from-title/</guid>
		<description><![CDATA[Small plugin to remove the tagline from the site title.]]></description>
			<content:encoded><![CDATA[<p>This plugin removes the tagline that usually appears in the home page <code>title</code>; I wrote it following a <a href="http://tarskitheme.com/forum/comments.php?DiscussionID=244">request</a> in the forum. Get the code <a href="http://tarskitheme.com/code/remove_tagline.phps">here</a>, save it as <code>remove_tagline.php</code> in your plugins directory, and activate it as normal.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/11/08/remove-tagline-from-title/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Change Title Separator</title>
		<link>http://tarskitheme.com/2007/11/06/change-title-separator/</link>
		<comments>http://tarskitheme.com/2007/11/06/change-title-separator/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 13:07:24 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Change Title Separator]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[separator]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/11/06/change-title-separator/</guid>
		<description><![CDATA[A small plugin to change the title separator in Tarski.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written a small plugin that changes the separator character in Tarski&#8217;s document titles. You can get the code <a href="http://tarskitheme.com/code/title_sep_swap.phps">here</a>; just save it as <code>title_sep_swap.php</code> in your WordPress install&#8217;s plugins directory. The code provided changes the separator to the pipe character, but you can make it use whatever you prefer by changing the second argument of the <code>define</code> call on line 11.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/11/06/change-title-separator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom WordPress Hooks Article</title>
		<link>http://tarskitheme.com/2007/06/13/hooks-article/</link>
		<comments>http://tarskitheme.com/2007/06/13/hooks-article/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 12:36:17 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[1.5]]></category>
		<category><![CDATA[custom headers]]></category>
		<category><![CDATA[customisability]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[ionfish]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[theme hooks]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/06/13/hooks-article/</guid>
		<description><![CDATA[New tutorial on <a href="http://extralogical.net/2007/06/wphooks/">adding custom hooks</a> to <acronym title="WordPress">WP</acronym> themes.]]></description>
			<content:encoded><![CDATA[<p>Just published an article over on Extralogical about <a href="http://extralogical.net/2007/06/wphooks/">adding custom hooks</a> to WordPress themes, which might be of interest to the theme authors amongst you. It also offers a little preview of how the new hooks system in Tarski 1.5 will work.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/06/13/hooks-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feedburner With Tarski</title>
		<link>http://tarskitheme.com/2006/10/17/feedburner-with-tarski/</link>
		<comments>http://tarskitheme.com/2006/10/17/feedburner-with-tarski/#comments</comments>
		<pubDate>Tue, 17 Oct 2006 23:28:08 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.1.3]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[ionfish]]></category>
		<category><![CDATA[Ordered List]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Steve Smith]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2006/10/17/feedburner-with-tarski/</guid>
		<description><![CDATA[Steve Smith's <a href="http://orderedlist.com/wordpress-plugins/feedburner-plugin/">Feedburner Feed Replacement</a> plays nicely with Tarski.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having a few problems with <a href="http://ionfish.co.uk/">my website</a>&#8216;s theme, so I&#8217;ve switched to Tarski temporarily. Now, my site uses <a href="http://feedburner.com/">Feedburner</a>, so obviously Tarski&#8217;s built-in links to WordPress&#8217;s self-generated feeds was a small problem.</p>
<p>Fortunately, there&#8217;s a solution out there: Steve Smith&#8217;s <a href="http://orderedlist.com/wordpress-plugins/feedburner-plugin/">Feedburner Feed Replacement</a>. All you need to do is download the plugin, install it, and point it to your feed. You don&#8217;t need to change Tarski&#8217;s code at all. Given this positive experience, I&#8217;ve added it to our <a href="http://tarskitheme.com/help/recommended-plugins/">Recommended Plugins</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/10/17/feedburner-with-tarski/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Use Tarski&#8217;s Asides and Sideblog</title>
		<link>http://tarskitheme.com/2006/06/06/dont-use-tarskis-asides-and-sideblog/</link>
		<comments>http://tarskitheme.com/2006/06/06/dont-use-tarskis-asides-and-sideblog/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 16:28:42 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sideblog]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2006/06/06/dont-use-tarskis-asides-and-sideblog/</guid>
		<description><![CDATA[Using Sideblog and Tarski's asides will cause conflicts. Don't do it!]]></description>
			<content:encoded><![CDATA[<p>Make sure you don&#8217;t use Tarski&#8217;s asides <em>and</em> a plugin like <a href="http://katesgasis.com/2006/05/02/sideblog-plugin-v30/">Sideblog</a>; the two will, not surprisingly, conflict. If you&#8217;re using Sideblog (or a similar plugin) and Tarski, make sure you disable asides in the Tarski Options page!</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/06/06/dont-use-tarskis-asides-and-sideblog/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Related Posts Plugin</title>
		<link>http://tarskitheme.com/2006/05/25/related-posts-plugin/</link>
		<comments>http://tarskitheme.com/2006/05/25/related-posts-plugin/#comments</comments>
		<pubDate>Thu, 25 May 2006 16:35:28 +0000</pubDate>
		<dc:creator>Chris Sternal-Johnson</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[related posts]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/05/25/related-posts-plugin/</guid>
		<description><![CDATA[Here&#8217;s a related posts plugin I cooked up that will display a list of (possibly) related posts at the bottom of posts. Requires Ultimate Tag Warrior.]]></description>
			<content:encoded><![CDATA[<p><a href="http://ceejayoz.com/wordpress-plugins/related-tags/">Here&#8217;s a related posts plugin I cooked up</a> that will display a list of (possibly) related posts at the bottom of posts.  Requires Ultimate Tag Warrior.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/05/25/related-posts-plugin/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

