<?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: Simplish version 2.1.8</title>
	<atom:link href="http://simplish.pomfolio.com/dev/2009/04/19/simplish-218/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplish.pomfolio.com/dev/2009/04/19/simplish-218/</link>
	<description>is a kind of Scribbish</description>
	<lastBuildDate>Fri, 18 Jun 2010 07:29:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Aci</title>
		<link>http://simplish.pomfolio.com/dev/2009/04/19/simplish-218/comment-page-/#comment-80</link>
		<dc:creator>Aci</dc:creator>
		<pubDate>Thu, 28 May 2009 15:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=89#comment-80</guid>
		<description>Thanks! Will do...

Now with the new version and all ;)</description>
		<content:encoded><![CDATA[<p>Thanks! Will do&#8230;</p>
<p>Now with the new version and all ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://simplish.pomfolio.com/dev/2009/04/19/simplish-218/comment-page-/#comment-81</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Sat, 23 May 2009 14:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=89#comment-81</guid>
		<description>We talked about a 2-column version back at version 2.1.6, and the &lt;a href=&quot;http://labs.utopian.net/blogs/simplish/dev/2009/02/20/simplish-216/#comments-heading&quot; rel=&quot;nofollow&quot;&gt;comments on that post&lt;/a&gt; explain my opposition to adding more than the single sidebar to Simplish.

In that same thread I believe you&#039;ll find a fellow who&#039;s done a version with two sidebars, and his code will likely show you the small changes needed to add them. I have a feeling you&#039;ll face a series of CSS adjustments to try to fit as many as 3 of them into the frame.</description>
		<content:encoded><![CDATA[<p>We talked about a 2-column version back at version 2.1.6, and the <a href="http://labs.utopian.net/blogs/simplish/dev/2009/02/20/simplish-216/#comments-heading" rel="nofollow">comments on that post</a> explain my opposition to adding more than the single sidebar to Simplish.</p>
<p>In that same thread I believe you&#8217;ll find a fellow who&#8217;s done a version with two sidebars, and his code will likely show you the small changes needed to add them. I have a feeling you&#8217;ll face a series of CSS adjustments to try to fit as many as 3 of them into the frame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aci</title>
		<link>http://simplish.pomfolio.com/dev/2009/04/19/simplish-218/comment-page-1/#comment-76</link>
		<dc:creator>Aci</dc:creator>
		<pubDate>Fri, 22 May 2009 13:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=89#comment-76</guid>
		<description>I really love your theme and would absolutely love to user it in the near future for a little blog that I&#039;m planning.

Still, would it be too much to ask for a 3-column version? I don&#039;t really know anything about php, css and whatnot. Is it a simple question of adding some lines to the code? Or would it imply a totally different restyling?

Again, thanks for this wonderful theme dude!

Cheers,

Aci</description>
		<content:encoded><![CDATA[<p>I really love your theme and would absolutely love to user it in the near future for a little blog that I&#8217;m planning.</p>
<p>Still, would it be too much to ask for a 3-column version? I don&#8217;t really know anything about php, css and whatnot. Is it a simple question of adding some lines to the code? Or would it imply a totally different restyling?</p>
<p>Again, thanks for this wonderful theme dude!</p>
<p>Cheers,</p>
<p>Aci</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://simplish.pomfolio.com/dev/2009/04/19/simplish-218/comment-page-1/#comment-79</link>
		<dc:creator>G</dc:creator>
		<pubDate>Wed, 29 Apr 2009 10:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=89#comment-79</guid>
		<description>Hey, that was quick; thanks a lot! Should have figured out this one myself though.

Great theme, BTW!</description>
		<content:encoded><![CDATA[<p>Hey, that was quick; thanks a lot! Should have figured out this one myself though.</p>
<p>Great theme, BTW!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://simplish.pomfolio.com/dev/2009/04/19/simplish-218/comment-page-/#comment-78</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Wed, 29 Apr 2009 09:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=89#comment-78</guid>
		<description>You&#039;re not missing anything - the theme currently doesn&#039;t include the comments on Pages, only on Posts.

I&#039;ll add a &quot;Page with Comments&quot; template in the next version, and you&#039;ll be able to choose if a page should show comments or not, per-page.

For now, you can change your local copy to have all pages display comments. Add this line:
&lt;code&gt;&lt;?php comments_template(); ?&gt;&lt;/code&gt;
to &lt;code&gt;page.php:18&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>You&#8217;re not missing anything &#8211; the theme currently doesn&#8217;t include the comments on Pages, only on Posts.</p>
<p>I&#8217;ll add a &#8220;Page with Comments&#8221; template in the next version, and you&#8217;ll be able to choose if a page should show comments or not, per-page.</p>
<p>For now, you can change your local copy to have all pages display comments. Add this line:<br />
<code>&lt;?php comments_template(); ?&gt;</code><br />
to <code>page.php:18</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://simplish.pomfolio.com/dev/2009/04/19/simplish-218/comment-page-1/#comment-77</link>
		<dc:creator>G</dc:creator>
		<pubDate>Wed, 29 Apr 2009 08:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=89#comment-77</guid>
		<description>Why is there no comment form on pages with Simplish? Am I missing something? Many thanks in advance.</description>
		<content:encoded><![CDATA[<p>Why is there no comment form on pages with Simplish? Am I missing something? Many thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://simplish.pomfolio.com/dev/2009/04/19/simplish-218/comment-page-1/#comment-75</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Sat, 25 Apr 2009 02:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=89#comment-75</guid>
		<description>In versions 2.1.7 and 2.1.8, I removed Scott Wallick&#039;s credit from the theme files by mistake. Simplish still uses an hcard function based on one from &lt;em&gt;blog.txt&lt;/em&gt;, and so I&#039;ve restored Scott&#039;s credits on the About page, and they&#039;ll be back in the &lt;code&gt;NOTICE&lt;/code&gt; file in the next release of Simplish.

Sorry about that, Scott.</description>
		<content:encoded><![CDATA[<p>In versions 2.1.7 and 2.1.8, I removed Scott Wallick&#8217;s credit from the theme files by mistake. Simplish still uses an hcard function based on one from <em>blog.txt</em>, and so I&#8217;ve restored Scott&#8217;s credits on the About page, and they&#8217;ll be back in the <code>NOTICE</code> file in the next release of Simplish.</p>
<p>Sorry about that, Scott.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
