<?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: Wordpress theme stripped</title>
	<link>http://www.upstartblogger.com/wordpress-theme-stripped</link>
	<description>Successful Blogging Made Simple</description>
	<pubDate>Fri, 25 Jul 2008 17:39:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Miracle studios -- w</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14907</link>
		<dc:creator>Miracle studios -- w</dc:creator>
		<pubDate>Tue, 10 Jun 2008 06:46:48 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14907</guid>
		<description>Great theme 

keep it up 

Come .....fly with us on the wings of creativity.....


Take a glimpse of our award winning website : http://www.miraclestudios.in</description>
		<content:encoded><![CDATA[<p>Great theme </p>
<p>keep it up </p>
<p>Come &#8230;..fly with us on the wings of creativity&#8230;..</p>
<p>Take a glimpse of our award winning website : <a href="http://www.miraclestudios.in" rel="nofollow">http://www.miraclestudios.in</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chicago web design</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14734</link>
		<dc:creator>chicago web design</dc:creator>
		<pubDate>Sun, 01 Jun 2008 09:50:39 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14734</guid>
		<description>Another beautiful theme. Thank you. Let's see if I can get it to work on my installation...</description>
		<content:encoded><![CDATA[<p>Another beautiful theme. Thank you. Let&#8217;s see if I can get it to work on my installation&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amaresh</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14685</link>
		<dc:creator>Amaresh</dc:creator>
		<pubDate>Sun, 25 May 2008 06:03:51 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14685</guid>
		<description>I have changed the theme on my site for the impending launch. I am however customizing Stripped further.

Here's a screenshot of the progress, I have made so far

http://img55.imageshack.us/img55/4057/stripped2jy9.jpg

Some things which are pending are a navigation bar on the top (iconized) and iconizing the next/previous links.

Hope u guys like the icons which I am using

Once the site is launched I plan to finalize my mod and also release it to the public.

PS: I would greatly appreciate any feedback you can give me. A comment on this thread would be fine.</description>
		<content:encoded><![CDATA[<p>I have changed the theme on my site for the impending launch. I am however customizing Stripped further.</p>
<p>Here&#8217;s a screenshot of the progress, I have made so far</p>
<p><a href="http://img55.imageshack.us/img55/4057/stripped2jy9.jpg" rel="nofollow">http://img55.imageshack.us/img55/4057/stripped2jy9.jpg</a></p>
<p>Some things which are pending are a navigation bar on the top (iconized) and iconizing the next/previous links.</p>
<p>Hope u guys like the icons which I am using</p>
<p>Once the site is launched I plan to finalize my mod and also release it to the public.</p>
<p>PS: I would greatly appreciate any feedback you can give me. A comment on this thread would be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Blast</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14657</link>
		<dc:creator>Bill Blast</dc:creator>
		<pubDate>Thu, 22 May 2008 05:35:30 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14657</guid>
		<description>I am trying out quik setup of Stripped and need help with understanding how to

a) make body font of posts or pages bigger

b) how to add hspace to an align=left graphic at beginning of post or page.</description>
		<content:encoded><![CDATA[<p>I am trying out quik setup of Stripped and need help with understanding how to</p>
<p>a) make body font of posts or pages bigger</p>
<p>b) how to add hspace to an align=left graphic at beginning of post or page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amaresh</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14638</link>
		<dc:creator>Amaresh</dc:creator>
		<pubDate>Wed, 21 May 2008 09:09:59 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14638</guid>
		<description>Hey, 

Love at first sight with Stripped :D.
An amazingly simple and minimalistic theme. 

Am customizing it for my own use at http://biofont.com/.

I chanced upon the same problem with the navigation and I managed to fix it. *fingers crossed*

To enable navigation, 
change the following code in the style.css 

&lt;code&gt;
.home .navigation {
display:none;
}
&lt;/code&gt;

to

&lt;code&gt;
.home .navigation {
}
&lt;/code&gt;

i.e. remove the "display : none" tag

and Voila! navigation links are now shown on the home page</description>
		<content:encoded><![CDATA[<p>Hey, </p>
<p>Love at first sight with Stripped :D.<br />
An amazingly simple and minimalistic theme. </p>
<p>Am customizing it for my own use at <a href="http://biofont.com/." rel="nofollow">http://biofont.com/.</a></p>
<p>I chanced upon the same problem with the navigation and I managed to fix it. *fingers crossed*</p>
<p>To enable navigation,<br />
change the following code in the style.css </p>
<p><code><br />
.home .navigation {<br />
display:none;<br />
}<br />
</code></p>
<p>to</p>
<p><code><br />
.home .navigation {<br />
}<br />
</code></p>
<p>i.e. remove the &#8220;display : none&#8221; tag</p>
<p>and Voila! navigation links are now shown on the home page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14109</link>
		<dc:creator>Claudio</dc:creator>
		<pubDate>Thu, 10 Apr 2008 17:27:53 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14109</guid>
		<description>I didn't figure it out how to change it. Anyways I'm not using this theme anymore because my texts are way too long for this big font size.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t figure it out how to change it. Anyways I&#8217;m not using this theme anymore because my texts are way too long for this big font size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Blatt</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14103</link>
		<dc:creator>Rob Blatt</dc:creator>
		<pubDate>Thu, 10 Apr 2008 03:21:04 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14103</guid>
		<description>Raquel - I'm having the same issue. Has anyone else figured out the issue with the Previous and Next links?</description>
		<content:encoded><![CDATA[<p>Raquel - I&#8217;m having the same issue. Has anyone else figured out the issue with the Previous and Next links?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Donnelly</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14101</link>
		<dc:creator>George Donnelly</dc:creator>
		<pubDate>Wed, 09 Apr 2008 21:35:09 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-14101</guid>
		<description>It's excellent. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>It&#8217;s excellent. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raquel Wilson</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13924</link>
		<dc:creator>Raquel Wilson</dc:creator>
		<pubDate>Sat, 22 Mar 2008 10:03:16 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13924</guid>
		<description>Hi -- Beautiful theme.  I am using it for my portfolio site.  I'm just wondering if anyone has discovered why the next and previous links don't show up on the homepage with this theme.

I tried to troubleshoot, but can't figure it out.  Any suggestions would be appreciated.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi &#8212; Beautiful theme.  I am using it for my portfolio site.  I&#8217;m just wondering if anyone has discovered why the next and previous links don&#8217;t show up on the homepage with this theme.</p>
<p>I tried to troubleshoot, but can&#8217;t figure it out.  Any suggestions would be appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Blatt</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13892</link>
		<dc:creator>Rob Blatt</dc:creator>
		<pubDate>Tue, 18 Mar 2008 14:24:12 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13892</guid>
		<description>I've modded it quite a bit, but on the base, I'm using Stripped at www.robblatt.com</description>
		<content:encoded><![CDATA[<p>I&#8217;ve modded it quite a bit, but on the base, I&#8217;m using Stripped at <a href="http://www.robblatt.com" rel="nofollow">www.robblatt.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13575</link>
		<dc:creator>Claudio</dc:creator>
		<pubDate>Mon, 11 Feb 2008 19:44:25 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13575</guid>
		<description>Unfortunately, the stripped theme does not show up the next page or the previous page on the home page (even in your demo). What is wrong with it?
I have even seen a problem in the title: It is not xhtml valid because the link is not in a right manner (either you take out the link or you need to open the link correctly and not inside the div tag).</description>
		<content:encoded><![CDATA[<p>Unfortunately, the stripped theme does not show up the next page or the previous page on the home page (even in your demo). What is wrong with it?<br />
I have even seen a problem in the title: It is not xhtml valid because the link is not in a right manner (either you take out the link or you need to open the link correctly and not inside the div tag).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13554</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sat, 09 Feb 2008 19:57:29 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13554</guid>
		<description>really really nice theme! 

thanks

p.s. i'm _really_ serious. i've been looking for a while. great job!</description>
		<content:encoded><![CDATA[<p>really really nice theme! </p>
<p>thanks</p>
<p>p.s. i&#8217;m _really_ serious. i&#8217;ve been looking for a while. great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Johnson</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13457</link>
		<dc:creator>Chris Johnson</dc:creator>
		<pubDate>Wed, 30 Jan 2008 14:47:45 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13457</guid>
		<description>Stripped Question(s):

I want to get rid of the big header.  I'm a PHP/CSS NOOB, and I'm wondering where that is?   

This theme is EXACTLY what I'm looking for and I imagine I'll be using it on various sites.</description>
		<content:encoded><![CDATA[<p>Stripped Question(s):</p>
<p>I want to get rid of the big header.  I&#8217;m a PHP/CSS NOOB, and I&#8217;m wondering where that is?   </p>
<p>This theme is EXACTLY what I&#8217;m looking for and I imagine I&#8217;ll be using it on various sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13452</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Wed, 30 Jan 2008 05:59:04 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13452</guid>
		<description>Nice! I LOVE minimalist themes.  Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Nice! I LOVE minimalist themes.  Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Cole</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13418</link>
		<dc:creator>Allan Cole</dc:creator>
		<pubDate>Sun, 27 Jan 2008 07:57:05 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13418</guid>
		<description>Awesome theme! I love the typography. I was a little iffy about having the post titles come after the excerpts and the date but it actually works. Delivering  content without distractions is this theme’s main goal, so the title thing makes perfect sense. Great work!</description>
		<content:encoded><![CDATA[<p>Awesome theme! I love the typography. I was a little iffy about having the post titles come after the excerpts and the date but it actually works. Delivering  content without distractions is this theme’s main goal, so the title thing makes perfect sense. Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deb</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13406</link>
		<dc:creator>Deb</dc:creator>
		<pubDate>Fri, 25 Jan 2008 16:59:43 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13406</guid>
		<description>Ashley -- I love it. The typography is wonderful. Ultimately, it boils down to the fact that I no longer have young pup eyes and any design that makes reading on the web easier, is grand.</description>
		<content:encoded><![CDATA[<p>Ashley &#8212; I love it. The typography is wonderful. Ultimately, it boils down to the fact that I no longer have young pup eyes and any design that makes reading on the web easier, is grand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13403</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 25 Jan 2008 14:51:35 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13403</guid>
		<description>Love it. Cuts through all the crap.</description>
		<content:encoded><![CDATA[<p>Love it. Cuts through all the crap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danielle</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13401</link>
		<dc:creator>Danielle</dc:creator>
		<pubDate>Fri, 25 Jan 2008 08:38:55 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13401</guid>
		<description>Hi! im currently using the template you designed for wordpress and i was wondering if there was a code in there that might be preventing my page from displaying a full text of a single post. i changed the settings in wordpress to single post and to display in full text but it seems like it still displays it only in summary.. is there any way you can help me?  thanks!</description>
		<content:encoded><![CDATA[<p>Hi! im currently using the template you designed for wordpress and i was wondering if there was a code in there that might be preventing my page from displaying a full text of a single post. i changed the settings in wordpress to single post and to display in full text but it seems like it still displays it only in summary.. is there any way you can help me?  thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonah Hawk</title>
		<link>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13398</link>
		<dc:creator>Jonah Hawk</dc:creator>
		<pubDate>Thu, 24 Jan 2008 23:18:01 +0000</pubDate>
		<guid>http://www.upstartblogger.com/wordpress-theme-stripped#comment-13398</guid>
		<description>Looks very clean.  Good job.</description>
		<content:encoded><![CDATA[<p>Looks very clean.  Good job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
