<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for Papertree Design</title>
	
	<link>http://papertreedesign.com</link>
	<description>Web Designer, Graphic Artist and WordPress Developer - @JeremyJaymes</description>
	<lastBuildDate>Wed, 04 Nov 2009 19:11:55 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CommentsPapertreeDesign" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Comment on Theme Release: Charlene v0.1 by Jeremy</title>
		<link>http://papertreedesign.com/theme-release-charlene-v0-1/comment-page-1/#comment-4015</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 04 Nov 2009 19:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://papertreedesign.com/?p=752#comment-4015</guid>
		<description>No problem, glad to help. Definitely looking forward to seeing the results. Thanks!</description>
		<content:encoded><![CDATA[<p>No problem, glad to help. Definitely looking forward to seeing the results. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Theme Release: Charlene v0.1 by LB</title>
		<link>http://papertreedesign.com/theme-release-charlene-v0-1/comment-page-1/#comment-4014</link>
		<dc:creator>LB</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://papertreedesign.com/?p=752#comment-4014</guid>
		<description>Thank you for the fast answer, I will show you the results soon</description>
		<content:encoded><![CDATA[<p>Thank you for the fast answer, I will show you the results soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Theme Release: Charlene v0.1 by Jeremy</title>
		<link>http://papertreedesign.com/theme-release-charlene-v0-1/comment-page-1/#comment-4006</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Tue, 03 Nov 2009 19:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://papertreedesign.com/?p=752#comment-4006</guid>
		<description>Thanks LB - I truly appreciate the kind words. It should actually be pretty easy to add a third column with a little bit of css. If you take a look at the sidebar or &lt;code&gt;#secondary&lt;/code&gt; you will see that it is actually split into &lt;code&gt;#left&lt;/code&gt; and &lt;code&gt;#right&lt;/code&gt;. On the back end that would be widget area Main Sidebar and Secondary sidebar respectively. So technically you should be able to increase the width of the page which is currently 820px (say to 960px). Then increase the width of your &lt;code&gt;#secondary&lt;/code&gt; to let's say (440px) then float your &lt;code&gt;#left&lt;/code&gt; and &lt;code&gt;#right&lt;/code&gt; left and right respectively at 200px width which will give you three columns. That is just an example of course you can modify the width of your columns including the primary to whatever you like. Let me know if that gets you on the right track.</description>
		<content:encoded><![CDATA[<p>Thanks LB &#8211; I truly appreciate the kind words. It should actually be pretty easy to add a third column with a little bit of css. If you take a look at the sidebar or <code>#secondary</code> you will see that it is actually split into <code>#left</code> and <code>#right</code>. On the back end that would be widget area Main Sidebar and Secondary sidebar respectively. So technically you should be able to increase the width of the page which is currently 820px (say to 960px). Then increase the width of your <code>#secondary</code> to let&#8217;s say (440px) then float your <code>#left</code> and <code>#right</code> left and right respectively at 200px width which will give you three columns. That is just an example of course you can modify the width of your columns including the primary to whatever you like. Let me know if that gets you on the right track.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Theme Release: Charlene v0.1 by LB</title>
		<link>http://papertreedesign.com/theme-release-charlene-v0-1/comment-page-1/#comment-4005</link>
		<dc:creator>LB</dc:creator>
		<pubDate>Tue, 03 Nov 2009 19:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://papertreedesign.com/?p=752#comment-4005</guid>
		<description>Excellent theme, I waited a year to find such a theme. Any idea how to add a third column?</description>
		<content:encoded><![CDATA[<p>Excellent theme, I waited a year to find such a theme. Any idea how to add a third column?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Theme Options To WordPress Child Themes by Devin</title>
		<link>http://papertreedesign.com/adding-theme-options-to-wordpress-child-themes/comment-page-1/#comment-3983</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Sun, 01 Nov 2009 03:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://papertreedesign.com/?p=767#comment-3983</guid>
		<description>Thanks for the post on this.  I just put some work into creating a Thematic child theme with 3 default options for a adding a logo, selecting stylesheets, and google analytics.  I also built it to be easily expandable for additional options.  Free free to check out the code and use it:

&lt;a href="http://wordpresstheming.com/2009/10/thematic-theme-options-panel/" rel="nofollow"&gt;http://wordpresstheming.com/2009/10/thematic-theme-options-panel/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the post on this.  I just put some work into creating a Thematic child theme with 3 default options for a adding a logo, selecting stylesheets, and google analytics.  I also built it to be easily expandable for additional options.  Free free to check out the code and use it:</p>
<p><a href="http://wordpresstheming.com/2009/10/thematic-theme-options-panel/" rel="nofollow">http://wordpresstheming.com/2009/10/thematic-theme-options-panel/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Typekit invites to hand out by Jeremy</title>
		<link>http://papertreedesign.com/5-typekit-invites-to-hand-out/comment-page-1/#comment-3782</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 16 Oct 2009 22:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://papertreedesign.com/?p=924#comment-3782</guid>
		<description>Would be happy to share, one should be on the way. Enjoy and thanks for the comment!</description>
		<content:encoded><![CDATA[<p>Would be happy to share, one should be on the way. Enjoy and thanks for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Theme Options To WordPress Child Themes by Jeremy</title>
		<link>http://papertreedesign.com/adding-theme-options-to-wordpress-child-themes/comment-page-1/#comment-3780</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 16 Oct 2009 22:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://papertreedesign.com/?p=767#comment-3780</guid>
		<description>Nice, I would love to hear what you discover. I have changed up how my base theme handles options quite a bit since I posted this and have been experimenting with hooks and such that allow me to add theme options to my child themes. Also I have tried to eliminate anything but the basics(universal options) from my base theme options allowing me to keep it simple only adding options if absolutely necessary and entirely through the child theme.  I will more than likely release a theme in the future with this new handling but for now it's mostly used on personal projects and in testing. I do feel like there is a way that you could manipulate options that are already in place if you found a need for doing this. It would of course have to be built into the framework that way. Let me know what you figure out and thanks for the comment!</description>
		<content:encoded><![CDATA[<p>Nice, I would love to hear what you discover. I have changed up how my base theme handles options quite a bit since I posted this and have been experimenting with hooks and such that allow me to add theme options to my child themes. Also I have tried to eliminate anything but the basics(universal options) from my base theme options allowing me to keep it simple only adding options if absolutely necessary and entirely through the child theme.  I will more than likely release a theme in the future with this new handling but for now it&#8217;s mostly used on personal projects and in testing. I do feel like there is a way that you could manipulate options that are already in place if you found a need for doing this. It would of course have to be built into the framework that way. Let me know what you figure out and thanks for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Typekit invites to hand out by Adrian Roncevic</title>
		<link>http://papertreedesign.com/5-typekit-invites-to-hand-out/comment-page-1/#comment-3778</link>
		<dc:creator>Adrian Roncevic</dc:creator>
		<pubDate>Fri, 16 Oct 2009 21:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://papertreedesign.com/?p=924#comment-3778</guid>
		<description>I would love an invite to Typekit if you have any more, thanks in advance!</description>
		<content:encoded><![CDATA[<p>I would love an invite to Typekit if you have any more, thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Theme Options To WordPress Child Themes by Chandra</title>
		<link>http://papertreedesign.com/adding-theme-options-to-wordpress-child-themes/comment-page-1/#comment-3773</link>
		<dc:creator>Chandra</dc:creator>
		<pubDate>Fri, 16 Oct 2009 16:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://papertreedesign.com/?p=767#comment-3773</guid>
		<description>This was a cool trick. I had a different way to define theme options but after playing around I saw this actually worked great. I have extra child theme options. :)

One thing that I think will not work is trying to put multiple options (extra options) for existing ones and at different places. will need to do more research on placements.</description>
		<content:encoded><![CDATA[<p>This was a cool trick. I had a different way to define theme options but after playing around I saw this actually worked great. I have extra child theme options. <img src='http://papertreedesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One thing that I think will not work is trying to put multiple options (extra options) for existing ones and at different places. will need to do more research on placements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finally. Taxonomy Based node.tpl.php by Jeremy</title>
		<link>http://papertreedesign.com/finally-taxonomy-based-nodetplphp/comment-page-1/#comment-3281</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 23 Sep 2009 15:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://papertreedesign.com/?p=525#comment-3281</guid>
		<description>Great, glad I could help. It definitely took me some time to hunt this one down. While I don't take credit for the snippet I thought it would be helpful to share and link out to the source in hopes that it might help someone find it a bit quicker. As always things change in open-source so it definitely doesn't hurt to do some research/testing to be sure this is current.

Thanks for the comment!</description>
		<content:encoded><![CDATA[<p>Great, glad I could help. It definitely took me some time to hunt this one down. While I don&#8217;t take credit for the snippet I thought it would be helpful to share and link out to the source in hopes that it might help someone find it a bit quicker. As always things change in open-source so it definitely doesn&#8217;t hurt to do some research/testing to be sure this is current.</p>
<p>Thanks for the comment!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
