<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Upstart Blogger Minim Updated to 0.5</title>
	<link>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05</link>
	<description>Successful Blogging Made Simple</description>
	<pubDate>Fri, 09 Jan 2009 23:00:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Robert Ellis</title>
		<link>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11414</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Thu, 10 May 2007 13:14:20 +0000</pubDate>
		<guid>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11414</guid>
		<description>You're welcome!</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malte</title>
		<link>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11413</link>
		<dc:creator>Malte</dc:creator>
		<pubDate>Thu, 10 May 2007 13:13:05 +0000</pubDate>
		<guid>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11413</guid>
		<description>That was exactly what i wanted! Thanks again.</description>
		<content:encoded><![CDATA[<p>That was exactly what i wanted! Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11410</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Thu, 10 May 2007 05:21:39 +0000</pubDate>
		<guid>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11410</guid>
		<description>Thanks Robert.</description>
		<content:encoded><![CDATA[<p>Thanks Robert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11404</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Wed, 09 May 2007 20:19:51 +0000</pubDate>
		<guid>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11404</guid>
		<description>Manu, you can easily swap the sidebar from one side to another. Just open the &lt;b&gt;style.css&lt;/b&gt; file and change the floats on &lt;b&gt;#sidebar&lt;/b&gt; and &lt;b&gt;#entries&lt;/b&gt;, so they look like this:

&lt;code&gt;#sidebar {
	width: 336px;
	float: right;
	font-size: .8em;
	line-height: 1.4em;
	padding: 0 10px 25px 0;
	}&lt;/code&gt;

and...

&lt;code&gt;#entries {
	width: 468px;
	float: left;
	}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Manu, you can easily swap the sidebar from one side to another. Just open the <b>style.css</b> file and change the floats on <b>#sidebar</b> and <b>#entries</b>, so they look like this:</p>
<p><code>#sidebar {<br />
	width: 336px;<br />
	float: right;<br />
	font-size: .8em;<br />
	line-height: 1.4em;<br />
	padding: 0 10px 25px 0;<br />
	}</code></p>
<p>and&#8230;</p>
<p><code>#entries {<br />
	width: 468px;<br />
	float: left;<br />
	}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11403</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Wed, 09 May 2007 19:06:12 +0000</pubDate>
		<guid>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11403</guid>
		<description>Best theme I have come across in a long long time.

Can I shift the sidebar to the right? How? Sorry, I am not too much of  coder so dunno how to.</description>
		<content:encoded><![CDATA[<p>Best theme I have come across in a long long time.</p>
<p>Can I shift the sidebar to the right? How? Sorry, I am not too much of  coder so dunno how to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11389</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Mon, 07 May 2007 21:55:54 +0000</pubDate>
		<guid>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11389</guid>
		<description>Malte, the template displays excerpts on the main page. You can change this by opening &lt;b&gt;index.php&lt;/b&gt; and changing this line:

&lt;code&gt;&lt;?php the_excerpt(); ?&gt;&lt;/code&gt;

to this:

&lt;code&gt;&lt;?php the_content(); ?&gt;&lt;/code&gt;

Let me know if that isn't what you wanted.</description>
		<content:encoded><![CDATA[<p>Malte, the template displays excerpts on the main page. You can change this by opening <b>index.php</b> and changing this line:</p>
<p><code>< ?php the_excerpt(); ?></code></p>
<p>to this:</p>
<p><code>< ?php the_content(); ?></code></p>
<p>Let me know if that isn&#8217;t what you wanted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malte</title>
		<link>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11388</link>
		<dc:creator>Malte</dc:creator>
		<pubDate>Mon, 07 May 2007 21:52:20 +0000</pubDate>
		<guid>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11388</guid>
		<description>Hi,
iÂ´ve got a problem with this template: The entries get cut off when they become too long. Perhaps you can tell me, where to change this?
Thank you very much, I fell in love this template!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
iÂ´ve got a problem with this template: The entries get cut off when they become too long. Perhaps you can tell me, where to change this?<br />
Thank you very much, I fell in love this template!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11333</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Wed, 02 May 2007 21:56:57 +0000</pubDate>
		<guid>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11333</guid>
		<description>Thanks very much, Ralph. I'm interested, though it probably won't happen soon. I'll email you directly. Thanks again for your help.</description>
		<content:encoded><![CDATA[<p>Thanks very much, Ralph. I&#8217;m interested, though it probably won&#8217;t happen soon. I&#8217;ll email you directly. Thanks again for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11332</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Wed, 02 May 2007 21:54:36 +0000</pubDate>
		<guid>http://www.upstartblogger.com/upstart-blogger-minim-updated-to-05#comment-11332</guid>
		<description>i went  through the code of 0.4 and completely prepped the theme for easy localization in different languages. If you're interested in merging my code feel free to drop me a line...</description>
		<content:encoded><![CDATA[<p>i went  through the code of 0.4 and completely prepped the theme for easy localization in different languages. If you&#8217;re interested in merging my code feel free to drop me a line&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
