<?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>Alice and Bob in Cryptoland &#187; sandbox</title>
	<atom:link href="http://alicebob.cryptoland.net/tag/sandbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://alicebob.cryptoland.net</link>
	<description></description>
	<lastBuildDate>Mon, 14 Feb 2011 13:29:59 +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>Sandbox WordPress theme for 2.7 with threaded comments</title>
		<link>http://alicebob.cryptoland.net/sandbox-wordpress-theme-for-27-with-threaded-comments/</link>
		<comments>http://alicebob.cryptoland.net/sandbox-wordpress-theme-for-27-with-threaded-comments/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 05:03:20 +0000</pubDate>
		<dc:creator>Conrado</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[sandbox]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alicebob.cryptoland.net/?p=167</guid>
		<description><![CDATA[The Sandbox WordPress theme is a nice bare bones theme which can be easily used as a base to your own themes (preferably with a style.css file only, following the zen). The only problem is that its development is kinda frozen and it does not support new WordPress 2.7 features like threaded and paged comments. [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a> WordPress theme is a nice bare bones theme which can be easily used as a base to your own themes (preferably with a style.css file only, following the <a href="http://www.csszengarden.com/">zen</a>). The only problem is that its development is kinda frozen and it does not support new WordPress 2.7 features like threaded and paged comments.</p>
<p>There are already <a href="http://forums.sndbx.org/viewtopic.php?id=89">some hacks</a> to support them but I decided to take another approach. Since the comment loop was changed drastically, those hacks had to&#8230; well, hack away in order to keep backward compatibility with Sandbox-based themes. Instead, I decided to embrace the new comment loop in WP (which is simple and doesn&#8217;t allow much customization without resorting to the hackish callback, but it generates code very close to what Sandbox does).</p>
<p>If you like the idea, feel free to <strong><a href="http://alicebob.cryptoland.net/files/sandbox-27-tweaks.zip">download my customization</a></strong> (just overwrite the comments.php and header.php in Sandbox). You&#8217;ll probably have to tweak your previous themes a little, though.</p>
<p>Tip: if you want do get rid of the &#8220;says:&#8221; in the comments (e.g. &#8220;Alice says:&#8221;), put this in your stylesheet:</p>
<pre>
.says { display: none; }
</pre>
<p>If you want to change the avatar size, change the following line in comments.php</p>
<pre>
</pre>
<p>to</p>
<pre>
</pre>
<p>(change 40 to whichever size you want)</p>
<p>&#8230;and I&#8217;ve not activated it in this blog for now, since it barely gets comments. Sorry, no live preview <img src='http://alicebob.cryptoland.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://alicebob.cryptoland.net/sandbox-wordpress-theme-for-27-with-threaded-comments/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

