<?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: Quiet before the storm</title>
	<atom:link href="http://www.plaintxt.org/2007/02/quiet-before-the-storm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.plaintxt.org/2007/02/quiet-before-the-storm/</link>
	<description>Minimalism in blog design, an experiment</description>
	<lastBuildDate>Mon, 09 Aug 2010 16:53:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Scott</title>
		<link>http://www.plaintxt.org/2007/02/quiet-before-the-storm/comment-page-1/#comment-2170</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 14 Mar 2007 00:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/02/09/quiet-before-the-storm/#comment-2170</guid>
		<description>Ben: Actually that&#039;s one of the improvements we&#039;re putting in. There will be a couple other new &lt;code&gt;body&lt;/code&gt; classes. Off the top of my head, &lt;code&gt;.protected&lt;/code&gt; is one new one.</description>
		<content:encoded><![CDATA[<p>Ben: Actually that&#8217;s one of the improvements we&#8217;re putting in. There will be a couple other new <code>body</code> classes. Off the top of my head, <code>.protected</code> is one new one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.plaintxt.org/2007/02/quiet-before-the-storm/comment-page-1/#comment-2169</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 13 Mar 2007 19:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/02/09/quiet-before-the-storm/#comment-2169</guid>
		<description>Hey scott, don&#039;t know if you are busy at work with Sandbox 1.0 but just wanted to relate a hack I&#039;ve been putting in recently.

I&#039;ve been adding a tag to the body class of single posts and pages with &quot;id#&quot; where # is the WordPress post ID. I&#039;m not sure if you have adressed this in you next release but it allows for total control of stylesheets for a specific post. On a recent project I needed to have the header be enlarged on just the first page. By adding this tage you could concevably have a custom stylesheet control over any part of a specific page.

I know there is a post specific page number tag farther down, but for some purposes, like the one mentioned above, it just didn&#039;t work.

I thought you might be interested. I assume it should probably be an &quot;id&quot; tag, but I am not great with php. Thanks for the great work. I am in love with Sandbox.</description>
		<content:encoded><![CDATA[<p>Hey scott, don&#8217;t know if you are busy at work with Sandbox 1.0 but just wanted to relate a hack I&#8217;ve been putting in recently.</p>
<p>I&#8217;ve been adding a tag to the body class of single posts and pages with &#8220;id#&#8221; where # is the WordPress post ID. I&#8217;m not sure if you have adressed this in you next release but it allows for total control of stylesheets for a specific post. On a recent project I needed to have the header be enlarged on just the first page. By adding this tage you could concevably have a custom stylesheet control over any part of a specific page.</p>
<p>I know there is a post specific page number tag farther down, but for some purposes, like the one mentioned above, it just didn&#8217;t work.</p>
<p>I thought you might be interested. I assume it should probably be an &#8220;id&#8221; tag, but I am not great with php. Thanks for the great work. I am in love with Sandbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.plaintxt.org/2007/02/quiet-before-the-storm/comment-page-1/#comment-2168</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 22 Feb 2007 04:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/02/09/quiet-before-the-storm/#comment-2168</guid>
		<description>Hey Zia: You&#039;re welcome you&#039;re welcome you&#039;re welcome. Glad you like the theme. :-D

As for the excerpts appearing on archive pages, you just need to replace &lt;code&gt;the_content()&lt;/code&gt; with &lt;code&gt;the_excerpt()&lt;/code&gt; in the following files:

&lt;ul&gt;
	&lt;li&gt;&lt;code&gt;archive.php&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;&lt;code&gt;category.php&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;&lt;code&gt;search.php&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

And possible some others I&#039;ve forgotten. :-P

That should do the trick. Let us know how it goes Oh! and if you do do this, please be good to the hAtom microformat and delete the class &lt;code&gt;entry-summary&lt;/code&gt; that appears in the &lt;code&gt;div&lt;/code&gt; directly above &lt;code&gt;the_content()&lt;/code&gt; call, as leaving it would be unsemantic&#8212;if that&#039;s even a word.</description>
		<content:encoded><![CDATA[<p>Hey Zia: You&#8217;re welcome you&#8217;re welcome you&#8217;re welcome. Glad you like the theme. <img src='http://www.plaintxt.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>As for the excerpts appearing on archive pages, you just need to replace <code>the_content()</code> with <code>the_excerpt()</code> in the following files:</p>
<ul>
<li><code>archive.php</code></li>
<li><code>category.php</code></li>
<li><code>search.php</code></li>
</ul>
<p>And possible some others I&#8217;ve forgotten. <img src='http://www.plaintxt.org/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p>That should do the trick. Let us know how it goes Oh! and if you do do this, please be good to the hAtom microformat and delete the class <code>entry-summary</code> that appears in the <code>div</code> directly above <code>the_content()</code> call, as leaving it would be unsemantic&mdash;if that&#8217;s even a word.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zia</title>
		<link>http://www.plaintxt.org/2007/02/quiet-before-the-storm/comment-page-1/#comment-2167</link>
		<dc:creator>zia</dc:creator>
		<pubDate>Wed, 21 Feb 2007 23:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/02/09/quiet-before-the-storm/#comment-2167</guid>
		<description>Scott, thank you thank you thank you. I have been wanting an easy-to-use three column template ever since I started using Wordpress a year and a half ago. This is the first one I&#039;ve found that actually works. And I&#039;m amazed at the amount of thought you&#039;ve put into this--the little things, like noting default settings, as well as the big ones, which alas are far too technical for my simple little mind to grasp. :-)

I do have one question; perhaps you can guide me through this if you have the time. When I click on the categories or the archives, it displays a truncated version of the post. How can I change it so the whole thing displays?

Thanks again,
zia</description>
		<content:encoded><![CDATA[<p>Scott, thank you thank you thank you. I have been wanting an easy-to-use three column template ever since I started using WordPress a year and a half ago. This is the first one I&#8217;ve found that actually works. And I&#8217;m amazed at the amount of thought you&#8217;ve put into this&#8211;the little things, like noting default settings, as well as the big ones, which alas are far too technical for my simple little mind to grasp. <img src='http://www.plaintxt.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I do have one question; perhaps you can guide me through this if you have the time. When I click on the categories or the archives, it displays a truncated version of the post. How can I change it so the whole thing displays?</p>
<p>Thanks again,<br />
zia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zia</title>
		<link>http://www.plaintxt.org/2007/02/quiet-before-the-storm/comment-page-1/#comment-2166</link>
		<dc:creator>zia</dc:creator>
		<pubDate>Wed, 21 Feb 2007 22:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/02/09/quiet-before-the-storm/#comment-2166</guid>
		<description>Never mind; I&#039;m an idiot. It&#039;s beautiful!</description>
		<content:encoded><![CDATA[<p>Never mind; I&#8217;m an idiot. It&#8217;s beautiful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zia</title>
		<link>http://www.plaintxt.org/2007/02/quiet-before-the-storm/comment-page-1/#comment-2165</link>
		<dc:creator>zia</dc:creator>
		<pubDate>Wed, 21 Feb 2007 22:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/02/09/quiet-before-the-storm/#comment-2165</guid>
		<description>Hey Scott,

Once uploaded, both blogtxt and simplr say they&#039;re missing their stylesheets. I&#039;m on 2.0. Any ideas?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Scott,</p>
<p>Once uploaded, both blogtxt and simplr say they&#8217;re missing their stylesheets. I&#8217;m on 2.0. Any ideas?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://www.plaintxt.org/2007/02/quiet-before-the-storm/comment-page-1/#comment-2164</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Mon, 19 Feb 2007 17:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/02/09/quiet-before-the-storm/#comment-2164</guid>
		<description>I have a few errors but not to the point where i couldnt fix them.</description>
		<content:encoded><![CDATA[<p>I have a few errors but not to the point where i couldnt fix them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seamus</title>
		<link>http://www.plaintxt.org/2007/02/quiet-before-the-storm/comment-page-1/#comment-2163</link>
		<dc:creator>Seamus</dc:creator>
		<pubDate>Sun, 18 Feb 2007 22:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/02/09/quiet-before-the-storm/#comment-2163</guid>
		<description>Scott: Well back sooner than I thought  &lt;a href=&quot;http://dev.wp-plugins.org/wiki/LiveCommentPreview&quot; rel=&quot;nofollow&quot;&gt;Live Comment Preview&lt;/a&gt; seems to work fine with Barthelme v.3 under WP 2.1 with no adjustments.</description>
		<content:encoded><![CDATA[<p>Scott: Well back sooner than I thought  <a href="http://dev.wp-plugins.org/wiki/LiveCommentPreview" rel="nofollow">Live Comment Preview</a> seems to work fine with Barthelme v.3 under WP 2.1 with no adjustments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seamus</title>
		<link>http://www.plaintxt.org/2007/02/quiet-before-the-storm/comment-page-1/#comment-2162</link>
		<dc:creator>Seamus</dc:creator>
		<pubDate>Sun, 18 Feb 2007 18:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/02/09/quiet-before-the-storm/#comment-2162</guid>
		<description>Thanks Scott I&#039;ll give it a try and hopefully report back.</description>
		<content:encoded><![CDATA[<p>Thanks Scott I&#8217;ll give it a try and hopefully report back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.plaintxt.org/2007/02/quiet-before-the-storm/comment-page-1/#comment-2161</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 17 Feb 2007 23:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.plaintxt.org/2007/02/09/quiet-before-the-storm/#comment-2161</guid>
		<description>Hey Seamus: Glad that you got it sorted out.

The plugin I use for the comments is called &lt;a href=&quot;http://dev.wp-plugins.org/wiki/LiveCommentPreview&quot; title=&quot;Live Comment Preview plugin for WordPress&quot; rel=&quot;nofollow&quot;&gt;Live Comment Preview&lt;/a&gt;. It works pretty well, but I can&#039;t speak for its WP 2.1-compatibility. Yet.</description>
		<content:encoded><![CDATA[<p>Hey Seamus: Glad that you got it sorted out.</p>
<p>The plugin I use for the comments is called <a href="http://dev.wp-plugins.org/wiki/LiveCommentPreview" title="Live Comment Preview plugin for WordPress" rel="nofollow">Live Comment Preview</a>. It works pretty well, but I can&#8217;t speak for its WP 2.1-compatibility. Yet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
