<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 1.1 Release</title>
	<atom:link href="http://tarskitheme.com/2006/03/20/11-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarskitheme.com/2006/03/20/11-release/</link>
	<description>An elegant, flexible WordPress theme</description>
	<lastBuildDate>Thu, 03 May 2012 14:34:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Tarski &#183; 1.1.1 Release</title>
		<link>http://tarskitheme.com/2006/03/20/11-release/comment-page-1/#comment-172</link>
		<dc:creator>Tarski &#183; 1.1.1 Release</dc:creator>
		<pubDate>Sun, 26 Mar 2006 23:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/03/20/11-release/#comment-172</guid>
		<description>[...] It&#8217;s definately evolution rather than revolution with this release. After we launched 1.1 I started tweaking, playing around with various niggles that were bothering me about the theme. You can go through all the details in the changelog. [...]</description>
		<content:encoded><![CDATA[<p>[...] It&#8217;s definately evolution rather than revolution with this release. After we launched 1.1 I started tweaking, playing around with various niggles that were bothering me about the theme. You can go through all the details in the changelog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarski &#183; Alternate Styles with Tarski</title>
		<link>http://tarskitheme.com/2006/03/20/11-release/comment-page-1/#comment-170</link>
		<dc:creator>Tarski &#183; Alternate Styles with Tarski</dc:creator>
		<pubDate>Sat, 25 Mar 2006 21:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/03/20/11-release/#comment-170</guid>
		<description>[...] While this works, with Tarski 1.1 we offer a much nicer way of doing it - alternate styles. Creating an alternate style instead of editing style.css ensures that your changes are preserved when you next upgrade Tarski. [...]</description>
		<content:encoded><![CDATA[<p>[...] While this works, with Tarski 1.1 we offer a much nicer way of doing it &#8211; alternate styles. Creating an alternate style instead of editing style.css ensures that your changes are preserved when you next upgrade Tarski. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ionfish</title>
		<link>http://tarskitheme.com/2006/03/20/11-release/comment-page-1/#comment-169</link>
		<dc:creator>ionfish</dc:creator>
		<pubDate>Sat, 25 Mar 2006 13:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/03/20/11-release/#comment-169</guid>
		<description>Alternatively, if you&#039;ve stuck it in the &lt;code&gt;div&lt;/code&gt; with the &lt;code&gt;id&lt;/code&gt; &#039;primary&#039;, wrap the &lt;code&gt;h1&lt;/code&gt; like this: &lt;code&gt;&lt;div class=&quot;post-meta&quot;&gt;&lt;h1&gt;Links&lt;/h1&gt;&lt;/div&gt;&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Alternatively, if you&#8217;ve stuck it in the <code>div</code> with the <code>id</code> &#8216;primary&#8217;, wrap the <code>h1</code> like this: <code>
<div class="post-meta">
<h1>Links</h1>
</div>
<p></code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CaBe</title>
		<link>http://tarskitheme.com/2006/03/20/11-release/comment-page-1/#comment-168</link>
		<dc:creator>CaBe</dc:creator>
		<pubDate>Sat, 25 Mar 2006 09:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/03/20/11-release/#comment-168</guid>
		<description>:-)</description>
		<content:encoded><![CDATA[<p>:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ceejayoz</title>
		<link>http://tarskitheme.com/2006/03/20/11-release/comment-page-1/#comment-167</link>
		<dc:creator>ceejayoz</dc:creator>
		<pubDate>Sat, 25 Mar 2006 00:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/03/20/11-release/#comment-167</guid>
		<description>CaBe, my guess is that you can&#039;t delete the default link category.  Try renaming it to another category you actually need - on this blog, for example, the Blogroll category got renamed to &quot;The Authors&quot;.

As for page headers, the &lt;code&gt;h1&lt;/code&gt; must be within a &lt;code&gt;div id=&quot;intro&quot;&lt;/code&gt; block to have proper spacing.  I&#039;m guessing you made a custom template for that links page?

i.e.

&lt;code&gt;&lt;div id=&quot;intro&quot;&gt;&lt;h1&gt;Links&lt;/h1&gt;&lt;/div&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>CaBe, my guess is that you can&#8217;t delete the default link category.  Try renaming it to another category you actually need &#8211; on this blog, for example, the Blogroll category got renamed to &#8220;The Authors&#8221;.</p>
<p>As for page headers, the <code>h1</code> must be within a <code>div id="intro"</code> block to have proper spacing.  I&#8217;m guessing you made a custom template for that links page?</p>
<p>i.e.</p>
<p><code>
<div id="intro">
<h1>Links</h1>
</div>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CaBe</title>
		<link>http://tarskitheme.com/2006/03/20/11-release/comment-page-1/#comment-166</link>
		<dc:creator>CaBe</dc:creator>
		<pubDate>Fri, 24 Mar 2006 21:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/03/20/11-release/#comment-166</guid>
		<description>Thank you - again. 

And excuse me for being stupid, but ...

My category &#039;Blogroll&#039; is empty, and I can&#039;t delete it. Anyway, it&#039;s still visible on my Links page. How do I avoid the title of empty categories to be listed?

And how do I get the leading between &#039;Links&#039; and the first category title to be the same as on the Archives page between &#039;Archives&#039; and &#039;Monthly archives&#039;?

Soon, I&#039;ll concentrate on my content and be quiet ;-)</description>
		<content:encoded><![CDATA[<p>Thank you &#8211; again. </p>
<p>And excuse me for being stupid, but &#8230;</p>
<p>My category &#8216;Blogroll&#8217; is empty, and I can&#8217;t delete it. Anyway, it&#8217;s still visible on my Links page. How do I avoid the title of empty categories to be listed?</p>
<p>And how do I get the leading between &#8216;Links&#8217; and the first category title to be the same as on the Archives page between &#8216;Archives&#8217; and &#8216;Monthly archives&#8217;?</p>
<p>Soon, I&#8217;ll concentrate on my content and be quiet ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ionfish</title>
		<link>http://tarskitheme.com/2006/03/20/11-release/comment-page-1/#comment-165</link>
		<dc:creator>ionfish</dc:creator>
		<pubDate>Thu, 23 Mar 2006 22:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/03/20/11-release/#comment-165</guid>
		<description>I think your best bet is going to be copying the links-generating code Tarski uses in the sidebar. Stick the following into your links page, in the place of &lt;code&gt;get_links_list();&lt;/code&gt;.

&lt;code&gt;&lt;?php
	 $link_cats = $wpdb-&gt;get_results(&quot;SELECT cat_id, cat_name FROM $wpdb-&gt;linkcategories&quot;);
	 foreach ($link_cats as $link_cat) {
	 ?&gt;
	&lt;h3&gt;&lt;?php echo $link_cat-&gt;cat_name; ?&gt;&lt;/h3&gt;
	&lt;ul class=&quot;navlist&quot; id=&quot;linkcat-&lt;?php echo $link_cat-&gt;cat_id; ?&gt;&quot;&gt;
		&lt;?php get_linksbyname($link_cat-&gt;cat_name, &#039;&lt;li&gt;&#039;, &#039;&lt;/li&gt;&#039;, &#039; &#039;, false, &#039;name&#039;, false, false, -1, false); ?&gt;
	&lt;/ul&gt;
	&lt;?php } ?&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I think your best bet is going to be copying the links-generating code Tarski uses in the sidebar. Stick the following into your links page, in the place of <code>get_links_list();</code>.</p>
<p><code>< ?php<br />
	 $link_cats = $wpdb->get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories");<br />
	 foreach ($link_cats as $link_cat) {<br />
	 ?></p>
<h3>< ?php echo $link_cat->cat_name; ?></h3>
<ul class="navlist" id="linkcat-<?php echo $link_cat->cat_id; ?>"><br />
		< ?php get_linksbyname($link_cat->cat_name, '
<li>', '</li>
<p>', ' ', false, 'name', false, false, -1, false); ?>
	</ul>
<p>	< ?php } ?></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CaBe</title>
		<link>http://tarskitheme.com/2006/03/20/11-release/comment-page-1/#comment-164</link>
		<dc:creator>CaBe</dc:creator>
		<pubDate>Thu, 23 Mar 2006 22:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/03/20/11-release/#comment-164</guid>
		<description>Oops - that did not work... 

I&#039;ll try again: 

But as far as I can see on wordpress.org, where I have found the php-code, that gets the links list &lt;code&gt;&lt;?php get_links_list(); ?&gt;&lt;/code&gt;, it automatically formats the categories as  &lt;code&gt;&lt;h2&gt;&lt;/code&gt;...

I have placed it inside a &lt;code&gt;&lt;ul class=&quot;archivelist&quot;&gt;&lt;/code&gt; copied from the archives page - is that OK?

was what I tried to say...</description>
		<content:encoded><![CDATA[<p>Oops &#8211; that did not work&#8230; </p>
<p>I&#8217;ll try again: </p>
<p>But as far as I can see on wordpress.org, where I have found the php-code, that gets the links list <code>< ?php get_links_list(); ?></code>, it automatically formats the categories as  <code><br />
<h2></h2>
<p></code>&#8230;</p>
<p>I have placed it inside a <code>
<ul class="archivelist"></ul>
<p></code> copied from the archives page &#8211; is that OK?</p>
<p>was what I tried to say&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CaBe</title>
		<link>http://tarskitheme.com/2006/03/20/11-release/comment-page-1/#comment-163</link>
		<dc:creator>CaBe</dc:creator>
		<pubDate>Thu, 23 Mar 2006 22:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/03/20/11-release/#comment-163</guid>
		<description>Thanks. 

But as far as I can see on wordpress.org, where I have found the php-code, that gets the links list &lt;code&gt;&lt;/code&gt;, it automatically formats the categories as &lt;code&gt;&lt;/code&gt; ...

I have placed it inside a &lt;code&gt;&lt;ul&gt;&lt;/code&gt; copied from the archives page - is that OK?</description>
		<content:encoded><![CDATA[<p>Thanks. </p>
<p>But as far as I can see on wordpress.org, where I have found the php-code, that gets the links list <code></code>, it automatically formats the categories as <code></code> &#8230;</p>
<p>I have placed it inside a <code>
<ul></ul>
<p></code> copied from the archives page &#8211; is that OK?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ionfish</title>
		<link>http://tarskitheme.com/2006/03/20/11-release/comment-page-1/#comment-162</link>
		<dc:creator>ionfish</dc:creator>
		<pubDate>Thu, 23 Mar 2006 22:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/03/20/11-release/#comment-162</guid>
		<description>Yeah, you just need to use the right elements. The Archives page header is an &lt;code&gt;h1&lt;/code&gt;, the Monthly Archives title is an &lt;code&gt;h3&lt;/code&gt; element.

By the way, you&#039;ll need to change the navbar code a little; currently the link to the Links page is a relative one. So when you&#039;re on &lt;code&gt;/archives/&lt;/code&gt; it goes to &lt;code&gt;/archives/links/&lt;/code&gt;, not &lt;code&gt;/links/&lt;/code&gt;. You just need to add &lt;code&gt;/&lt;/code&gt; before the word &lt;code&gt;links&lt;/code&gt; in the anchor tag, most likely.</description>
		<content:encoded><![CDATA[<p>Yeah, you just need to use the right elements. The Archives page header is an <code>h1</code>, the Monthly Archives title is an <code>h3</code> element.</p>
<p>By the way, you&#8217;ll need to change the navbar code a little; currently the link to the Links page is a relative one. So when you&#8217;re on <code>/archives/</code> it goes to <code>/archives/links/</code>, not <code>/links/</code>. You just need to add <code>/</code> before the word <code>links</code> in the anchor tag, most likely.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

