<?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>The Theme Foundry &#187; Paperpunch</title>
	<atom:link href="http://thethemefoundry.com/blog/category/paperpunch/feed/" rel="self" type="application/rss+xml" />
	<link>http://thethemefoundry.com/blog</link>
	<description>Handcrafted WordPress themes &#38; professional support</description>
	<lastBuildDate>Mon, 19 Jul 2010 21:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Theme Updates</title>
		<link>http://thethemefoundry.com/blog/theme-updates/</link>
		<comments>http://thethemefoundry.com/blog/theme-updates/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 21:59:09 +0000</pubDate>
		<dc:creator>Drew Strojny</dc:creator>
				<category><![CDATA[Paperpunch]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Titan]]></category>
		<category><![CDATA[Traction]]></category>
		<category><![CDATA[Vigilance]]></category>

		<guid isPermaLink="false">http://thethemefoundry.com/blog/?p=1946</guid>
		<description><![CDATA[Today we released updates for all of our themes. The updates contain mostly code streamlining and cleanup, therefore no changelog is included. Head over to the downloads page to grab your files. PRO child themes updated The PRO child themes have also been updated. Be sure to read through the upgrade instructions. If you plan [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released updates for all of our themes. The updates contain mostly code streamlining and cleanup, therefore no changelog is included. Head over to the <a href="http://thethemefoundry.com/downloads/">downloads page</a> to grab your files.</p>
<p><span id="more-1946"></span></p>
<h3>PRO child themes updated</h3>
<p>The PRO child themes have also been updated. Be sure to read through the <a href="/tutorials/#basics-upgradingpro">upgrade instructions</a>. If you plan on using the diff file, please note the vast majority of the changes have been made in the <code>/functions</code> folder. I would recommend replacing that folder entirely with the new version and using the diff file to make the rest of the changes. Here are some links to the PRO child theme diff files:</p>
<ul>
<li><a href="http://thethemefoundry.com/downloads/diff/vigilancepro141_diff.txt">Vigilance PRO child theme 1.41 diff file</a></li>
<li><a href="http://thethemefoundry.com/downloads/diff/titanpro127_diff.txt">Titan PRO child theme 1.27 diff file</a></li>
<li><a href="http://thethemefoundry.com/downloads/diff/paperpunchpro105_diff.txt">Paperpunch PRO child theme 1.05 diff file</a></li>
<li><a href="http://thethemefoundry.com/downloads/diff/tractionpro102_diff.txt">Traction PRO child theme 1.02 diff file</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thethemefoundry.com/blog/theme-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paperpunch 1.04 released</title>
		<link>http://thethemefoundry.com/blog/paperpunch-1-04-released/</link>
		<comments>http://thethemefoundry.com/blog/paperpunch-1-04-released/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 23:49:14 +0000</pubDate>
		<dc:creator>Drew Strojny</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Paperpunch]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://thethemefoundry.com/blog/?p=1768</guid>
		<description><![CDATA[Paperpunch 1.04 has been released! This is a small point release but it includes two exciting new features. Be sure to check out the changelog below for details. Head over to the downloads page to grab your copy. Paperpunch PRO child theme updated to version 1.04 The Paperpunch PRO child theme has been upgraded to [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Paperpunch" src="http://thethemefoundry.com/blog/wp-content/uploads/paperpunch.png" class="aligncenter" /> </p>
<p>Paperpunch 1.04 has been released! This is a small point release but it includes two exciting new features. Be sure to check out the changelog below for details. Head over to the <a href="http://thethemefoundry.com/downloads/">downloads page</a> to grab your copy.</p>
<h3>Paperpunch PRO child theme updated to version 1.04</h3>
<p>The Paperpunch PRO child theme has been upgraded to version 1.04.  If you have customized your PRO child theme please read through the <a href="/tutorials/#basics-upgradingpro">upgrade instructions</a>. If you plan on using the diff file, please note the vast majority of the changes have been made in the <code>/functions</code> folder. I would recommend replacing that folder entirely with the new version and using the diff file to make the rest of your changes.</p>
<p><a href="http://thethemefoundry.com/downloads/diff/paperpunchpro104_diff.txt">Paperpunch PRO child theme 1.04 diff file</a></p>
<p><span id="more-1768"></span></p>
<h3>Paperpunch 1.04 Changelog</h3>
<ul>
<li><em>New PRO Feature:</em> Added an easy to use logo uploader!</li>
<li><em>New PRO Feature:</em> WordPress 3.0 menu support!</li>
<li><em>Enhancement:</em> Moved custom colors inline for improved speed and reliability.</li>
<li><em>Bug Fix:</em> Re-styled the &#8220;cancel comment reply&#8221; link.</li>
<li><em>Bug Fix:</em> Removed some unnecessary function escapes.</li>
<li><em>Bug Fix:</em> Replaced deprecated bloginfo reference and template tag.</li>
<li><em>Bug Fix:</em> Updated the upload paths in the theme options menu to be more clear.</li>
<li><em>Bug Fix:</em> Several translation fixes.</li>
<li><em>Miscellaneous:</em> Massive code base cleanup.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thethemefoundry.com/blog/paperpunch-1-04-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paperpunch 1.03 released</title>
		<link>http://thethemefoundry.com/blog/paperpunch-1-03-released/</link>
		<comments>http://thethemefoundry.com/blog/paperpunch-1-03-released/#comments</comments>
		<pubDate>Thu, 06 May 2010 21:13:02 +0000</pubDate>
		<dc:creator>Drew Strojny</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Paperpunch]]></category>

		<guid isPermaLink="false">http://thethemefoundry.com/blog/?p=1551</guid>
		<description><![CDATA[As you may already know, we changed the name of Punchcut to Paperpunch earlier this week. Today we are releasing Paperpunch 1.03. This release contains two minor bug fixes and updates the name of the theme folders along with references to the the theme in the template files. Upgrading to this version is relatively easy [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Paperpunch" src="http://thethemefoundry.com/blog/wp-content/uploads/paper103.png" class="aligncenter" /> </p>
<p>As you may already know, <a href="http://thethemefoundry.com/blog/punchcut-now-paperpunch/">we changed the name of Punchcut to Paperpunch</a> earlier this week. Today we are releasing Paperpunch 1.03. This release contains two minor bug fixes and updates the name of the theme folders along with references to the the theme in the template files. Upgrading to this version is relatively easy but you will need to follow the instructions carefully.</p>
<p><span id="more-1551"></span></p>
<h3>Upgrade Instructions</h3>
<ol>
<li>Navigate to the <a href="/downloads/">downloads page</a> and download both of the new Paperpunch 1.03 theme packages.</li>
<li>Using FTP upload them side-by-side into your <code>/wp-content/themes</code> folder on your server (watch the installation video if you are having trouble).</li>
<li><strong>Do not</strong> overwrite or delete your existing <code>/punchcut</code> and <code>punchcut_pro</code> folders.</li>
</ol>
<p>If you haven&#8217;t made any customizations to the files inside your <code>/punchcut_pro</code> folder (or added files) simply activate Paperpunch PRO and you are done. All of your theme option settings will remain intact. If you have made customizations or added files to your <code>/punchcut_pro</code> folder follow the instructions below.</p>
<ol>
<li>Using FTP download a copy of your <code>/punchcut_pro</code> folder and your new <code>/paperpunch_pro</code> folder to your (local) computer.</li>
<li>Copy all of your custom CSS from your local <code>/punchcut_pro/style.css</code> file into the bottom of your local <code>/paperpunch_pro/style.css</code> file.</li>
<li>If you have any custom template files in your <code>/punchcut_pro</code> folder follow these steps:</li>
<ul>
<li>Open up the changed or added template file in your local <code>/punchcut_pro</code> and do a &#8220;Find / Replace&#8221; for &#8220;punchcut&#8221;, replacing it with &#8220;paperpunch&#8221;.</li>
<li>Now copy that updated template file into your local <code>/paperpunch_pro</code> folder.</li>
<li>Repeat the find and replace procedure for any additional custom template files.</li>
<li>When you are finished upload your <code>/paperpunch_pro</code> folder with your new template files inside to your server (overwriting if necessary) using FTP.</li>
</ul>
<li>Now activate Paperpunch PRO and you should be good to go!</li>
<li>If you have problems, simply re-activate Punchcut PRO and report your problem in the support forums.</li>
</ol>
<h3>Changelog</h3>
<ul>
<li><em>Bug Fix:</em> Removed unecessary thin sidebar code.</li>
<li><em>Bug Fix:</em> Added single quote HTML entities instead of plain text apostrophes to archive template.</li>
<li><em>Miscellaneous:</em> Switched theme name and updated template file references to Paperpunch.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thethemefoundry.com/blog/paperpunch-1-03-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Punchcut is now Paperpunch</title>
		<link>http://thethemefoundry.com/blog/punchcut-now-paperpunch/</link>
		<comments>http://thethemefoundry.com/blog/punchcut-now-paperpunch/#comments</comments>
		<pubDate>Wed, 05 May 2010 04:24:39 +0000</pubDate>
		<dc:creator>Drew Strojny</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Paperpunch]]></category>

		<guid isPermaLink="false">http://thethemefoundry.com/blog/?p=1486</guid>
		<description><![CDATA[A few weeks ago I received an email from Joe Pemberton at Punchcut, an interface design company based in San Francisco. The email was friendly and non-confrontational, Joe believed we were infringing on his company&#8217;s registered trademark of the name &#8220;Punchcut&#8221;. He was also concerned about the impact our theme name might be having on [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I received an email from Joe Pemberton at Punchcut, an interface design company based in San Francisco. The email was friendly and non-confrontational, Joe believed we were infringing on his company&#8217;s registered trademark of the name &#8220;Punchcut&#8221;. He was also concerned about the impact our theme name might be having on his long established brand.  Joe and I discussed these concerns on the phone and I completely understood where he was coming from. I was happy to change the name of the theme.</p>
<h3>Paperpunch</h3>
<p>So today I am announcing that our Punchcut WordPress theme is now officially named <a href="http://thethemefoundry.com/paperpunch/">Paperpunch</a>.  As you can see, most of the site has been updated to reflect this new change. Tomorrow I will be releasing a new version of Paperpunch, along with some upgrade instructions. I have done my best to ensure everything is re-directing and working properly, if you run into any broken links please drop me a note in the comments. I will be changing the category name on this blog as well, so be sure to update your RSS reader tomorrow if you are currently subscribed to the Punchcut category feed.</p>
<h3>Lessons learned</h3>
<p>When researching a name for a new theme I usually perform a quick Google search to ensure nobody else is using the name for an existing WordPress theme. In this case I searched for the term &#8220;punchcut wordpress theme&#8221; and didn&#8217;t see any meaningful results. I quickly assumed everything was good to go, which turned out to be a bit naive on my part. Next time around I will be sure to perform an extensive Google search of the potential theme name along with a basic trademark search.</p>
]]></content:encoded>
			<wfw:commentRss>http://thethemefoundry.com/blog/punchcut-now-paperpunch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hello Traction</title>
		<link>http://thethemefoundry.com/blog/hello-traction/</link>
		<comments>http://thethemefoundry.com/blog/hello-traction/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:15:19 +0000</pubDate>
		<dc:creator>Drew Strojny</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Paperpunch]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Titan]]></category>
		<category><![CDATA[Vigilance]]></category>

		<guid isPermaLink="false">http://thethemefoundry.com/blog/?p=1362</guid>
		<description><![CDATA[Learn more about Traction &#8594; I am super excited to announce the release of our newest WordPress theme, Traction! Traction is a dark and clean magazine style theme with a robust options menu and built in support for WordPress post thumbnails. This is the theme I meant to design when I started Punchcut late last [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/traction/" style="border:none"><img alt="Traction WordPress Theme" src="http://thethemefoundry.com/blog/wp-content/uploads/tract-release.png" class="aligncenter" /></a></p>
<p><a href="/traction/">Learn more about Traction &rarr;</a></p>
<p>I am super excited to announce the release of our newest WordPress theme, Traction! Traction is a dark and clean magazine style theme with a robust options menu and built in support for WordPress post thumbnails. This is the theme I meant to design when I started Punchcut late last year, it just wasn&#8217;t ready yet. Traction comes with a boatload of features, including three colors schemes (red, blue, green), built in Twitter support, and much more. I encourage you to <a href="/traction/">browse through all the features</a> and take it for a test drive. Be sure to let me know what you think in the comments.</p>
<p><span id="more-1362"></span></p>
<h3>New Pricing</h3>
<p>As previously <a href="http://twitter.com/thethemefoundry/status/9980842976">announced on Twitter</a> we have rolled out new pricing for our themes. I have some great news if you <strong>were</strong> a  PRO member as of yesterday. You have automatically been upgraded to a VIP PRO Membership! What does this mean? This means you get access to all of our current and future PRO themes, including Traction. Yes, you are that special. We aren&#8217;t even selling these VIP PRO Memberships right now, so you really should feel special. </p>
<p>New customers buying our themes shouldn&#8217;t feel left out. Your regular PRO Membership (free with any theme purchase) entitles you to 25% off all future theme purchases. </p>
<h3>Theme Updates</h3>
<p>We also released new versions of all our other themes today (Vigilance, Titan, and Punchcut). Here is a quick breakdown of the changes and fixes:</p>
<p><strong>Vigilance</strong></p>
<ul>
<li><em>Bug Fix:</em> Added more specific ul.children selector to avoid extra spacing on nested lists inside entries .</li>
<li><em>Bug Fix:</em> Fixed PHP comments in the footer.</li>
<li><em>Miscellaneous:</em> Cleaned up the admin and added notation for PRO and non-pro features.</li>
</ul>
<p><strong>Titan</strong></p>
<ul>
<li><em>Bug Fix:</em>  Added back the extra unordered list to avoid breaking the layout when you add widgets.</li>
<li><em>Bug Fix:</em> Correctly aligned the navigation menu dropdown</li>
<li><em>Bug Fix:</em> Added more specific ul.children selector to avoid extra spacing on nested lists inside entries.</li>
<li><em>Bug Fix:</em> Fixed PHP comments in the footer.</li>
<li><em>Miscellaneous:</em> Cleaned a bunch of cruft from the stylesheet.</li>
<li><em>Miscellaneous:</em> Cleaned up the admin and added notation for PRO and non-pro features.</li>
</ul>
<p><strong>Punchcut</strong></p>
<ul>
<li><em>Bug Fix:</em> Added missing language hook</li>
<li><em>Bug Fix:</em> Correctly aligned the navigation menu dropdown and fixed the weird persistent hover bug</li>
<li><em>Bug Fix:</em> Added more specific ul.children selector to avoid extra spacing on nested lists inside entries.</li>
<li><em>Bug Fix:</em> Fixed PHP comments in the footer.</li>
<li><em>Miscellaneous:</em> Cleaned up the admin and added notation for PRO and non-pro features.</li>
</ul>
<h3>Feedback Please</h3>
<p>Please let me know what you think about the new theme and anything else in the comments. </p>
]]></content:encoded>
			<wfw:commentRss>http://thethemefoundry.com/blog/hello-traction/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>New page templates!</title>
		<link>http://thethemefoundry.com/blog/new-page-templates/</link>
		<comments>http://thethemefoundry.com/blog/new-page-templates/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 20:22:40 +0000</pubDate>
		<dc:creator>Drew Strojny</dc:creator>
				<category><![CDATA[Paperpunch]]></category>
		<category><![CDATA[Titan]]></category>
		<category><![CDATA[Vigilance]]></category>

		<guid isPermaLink="false">http://thethemefoundry.com/blog/?p=1330</guid>
		<description><![CDATA[We have 2 new page templates hot off the press and available to our PRO members. You now have the option to use a dedicated Archives and Sitemap template on your blog. These are pretty handy if you want to give your readers a quick and easy way to scan over your content. To use [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="New page templates" src="http://thethemefoundry.com/blog/wp-content/uploads/new-templates.png" class="aligncenter" /></p>
<p>We have 2 new page templates hot off the press and available to our PRO members. You now have the option to use a dedicated Archives and Sitemap template on your blog. These are pretty handy if you want to give your readers a quick and easy way to scan over your content. To use your new templates create a new page called &#8220;Archives&#8221; and select the &#8220;Archives&#8221; page template from the Attributes menu on the right hand side of the page editor.  Publish the page and you are done. You would follow the same steps to create a Sitemap page. </p>
<p>If you have not customized your PRO child theme then simply upload and overwrite your old theme with the new one (make a backup just in case). You can download the new child themes from the <a href="/downloads/">member resources</a> page. If you have made customizations please follow the manual upgrade instructions below.</p>
<p><span id="more-1330"></span></p>
<h3>Vigilance manual upgrade instructions</h3>
<ul>
<li>Download the new PRO child theme (Version 1.33) from the <a href="/downloads/">member resources</a> page</li>
<li>Copy the new <code>archives.php</code> file and the new <code>sitemap.php</code> file into your PRO child theme</li>
<li>Change the version to 1.33 at the top of your <code>style.css</code> file</li>
</ul>
<h3>Titan manual upgrade instructions</h3>
<ul>
<li>Download the new PRO child theme (Version 1.22) from the <a href="/downloads/">member resources</a> page</li>
<li>Copy the new <code>archives.php</code> file and the new<code>sitemap.php</code> file into your PRO child theme</li>
<li>Copy lines 40 and 41 of the new <code>style.css</code> file into your existing <code>style.css</code> file directly above <code>/* Make all custom CSS changes BELOW this line</code></li>
<li>Change the version to 1.22 at the top of your <code>style.css</code> file</li>
</ul>
<h3>Punchcut manual upgrade instructions</h3>
<ul>
<li>Download the new PRO child theme (Version 1.02) from the <a href="/downloads/">member resources</a> page</li>
<li>Copy the new <code>archives.php</code> file and the new <code>sitemap.php</code> file into your existing PRO child theme</li>
<li>Copy lines 40 &#8211; 45 of the new <code>style.css</code> file into your existing <code>style.css</code> file directly above <code>/* Make all custom CSS changes BELOW this line</code></li>
<li>Copy line 56 of the new <code>header.php</code> file over line 56 of your existing <code>header.php</code> file</li>
<li>Change the version to 1.02 at the top of your <code>style.css</code> file</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thethemefoundry.com/blog/new-page-templates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Punchcut 1.01 Released</title>
		<link>http://thethemefoundry.com/blog/punchcut-1-01-released/</link>
		<comments>http://thethemefoundry.com/blog/punchcut-1-01-released/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:41:21 +0000</pubDate>
		<dc:creator>Drew Strojny</dc:creator>
				<category><![CDATA[Paperpunch]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://thethemefoundry.com/blog/?p=1316</guid>
		<description><![CDATA[Punchcut 1.01 is now available for download. PRO members head to the member downloads page. If you are a free user you can grab a basic copy from the theme page. Punchcut PRO child theme updated to version 1.01 The Punchcut PRO child theme has been upgraded to version 1.01. If you have not customized [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Punchcut theme version 1.01" src="http://thethemefoundry.com/blog/wp-content/uploads/punch101.png" class="aligncenter" /></p>
<p>Punchcut 1.01 is now available for download. PRO members head to the <a href="http://thethemefoundry.com/downloads/">member downloads page</a>. If you are a free user you can grab a basic copy from the <a href="/punchcut/">theme page</a>.</p>
<h3>Punchcut PRO child theme updated to version 1.01</h3>
<p>The Punchcut PRO child theme has been upgraded to version 1.01. If you have not customized your PRO child theme feel free to simply replace it with the new version (make a backup copy just in case). If you have customized your PRO child theme please follow the simple instructions below. If you are a PRO member and would like a diff file detailing the changes please post a request in the <a href="/forums/">support forums</a>.</p>
<p><span id="more-1316"></span></p>
<ul>
<li>Download the new PRO child theme (version 1.01)</li>
<li>Replace the entire <code>/functions</code> folder in your current punchcut_pro installation with the<code>/functions</code> folder from version 1.01.</li>
<li>Add line 60 from the new child theme <code>header.php</code> file to your existing PRO child theme</li>
<li>Edit your <code>style.css</code> file and change the version to 1.01</li>
</ul>
<h3>Changelog</h3>
<ul>
<li><em>Style Enhancement:</em> Added border to post thumbnails by default.</li>
<li><em>Accessibility Enhancement:</em> Added a skip to content link.</li>
<li><em>Enhancement:</em> Added support for grandchild pages and categories in the top navigation.</li>
<li><em>Miscellaneous:</em> Updated .po and .mo files along with language instructions.</li>
<li><em>Miscellaneous:</em> Updated all links with The Theme Foundry URL.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thethemefoundry.com/blog/punchcut-1-01-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Punchcut 1.0 Released</title>
		<link>http://thethemefoundry.com/blog/punchut-1-0-released/</link>
		<comments>http://thethemefoundry.com/blog/punchut-1-0-released/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 01:23:39 +0000</pubDate>
		<dc:creator>Drew Strojny</dc:creator>
				<category><![CDATA[Paperpunch]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://themes.jestro.com/blog/?p=1237</guid>
		<description><![CDATA[Punchcut 1.0 is now available for download and includes post/page thumbnail support! PRO members head to the member downloads page. Everyone else can grab a copy from the Punchcut theme page. Punchcut PRO child theme updated to version 1.0 The Punchcut PRO child theme has been upgraded to version 1.0. If you have not customized [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="Punchcut theme version 1.0" src="http://themes.jestro.com/blog/wp-content/uploads/punch10.png" class="aligncenter" /></p>
<p>Punchcut 1.0 is now available for download and includes post/page thumbnail support! PRO members head to the <a href="/downloads/">member downloads page</a>. Everyone else can grab a copy from the <a href="/punchcut/">Punchcut theme page</a>.</p>
<h3>Punchcut PRO child theme updated to version 1.0</h3>
<p>The Punchcut PRO child theme has been upgraded to version 1.0. If you have not customized your PRO child theme feel free to simply replace it with the new version (make a backup copy just in case). If you have customized your PRO child theme please follow these simple instructions:</p>
<ul>
<li>Download the new PRO child theme (version 1.0)</li>
<li>Add the new <code>/functions</code> folder to your existing punchcut_pro folder</li>
<li>Replace line 11 of your <code>header.php</code> file with line 11 from the <code>header.php</code> file in the new child theme</li>
<li>Edit your <code>style.css</code> file and change the version to 1.0</li>
</ul>
<p>If you are a PRO member and would like a diff file detailing the changes please post a request in the <a href="/forums/">support forums</a>.</p>
<p><span id="more-1237"></span></p>
<h3>Changelog</h3>
<ul>
<li><em>New Feature!</em> Add built in support for post/page thumbnails (WordPress 2.9)</li>
<li><em>Security Enhancement:</em> Sanitized the get_search_query function.</li>
<li><em>Bugfix:</em> Fixed z-index navigation dropdown bug.</li>
<li><em>Bugfix:</em> Fixed broken link in the theme options page.</li>
<li><em>Bugfix:</em> Updated Cufon glyphs for Junction to allow for punctuation.</li>
<li><em>Bugfix:</em> Fixed missing category in post footer when comments are off.</li>
<li><em>Bugfix:</em> Removed the comment count on password protected posts.</li>
<li><em>Bugfix:</em> Fixed missing edit post/page link.</li>
<li><em>Bugfix:</em> Fixed issue where too many categories were displacing the floated comment number.</li>
<li><em>Bugfix:</em> Fixed second level list spacing in sidebar.</li>
<li><em>Bugfix:</em> Fixed custom code box so it works with Javascript.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thethemefoundry.com/blog/punchut-1-0-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Say hello to Punchcut + new digs!</title>
		<link>http://thethemefoundry.com/blog/punchcut-new-digs/</link>
		<comments>http://thethemefoundry.com/blog/punchcut-new-digs/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 17:21:52 +0000</pubDate>
		<dc:creator>Drew Strojny</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Paperpunch]]></category>
		<category><![CDATA[new release]]></category>

		<guid isPermaLink="false">http://themes.jestro.com/blog/?p=1186</guid>
		<description><![CDATA[Big news today. We just released a brand new theme, Punchcut, and are rockin&#8217; some fresh new digs here at Themes by Jestro. Some of you how might have been following along on Twitter and know the launch was supposed to be yesterday, but mod_rewrite decided to take me 12 rounds as I was running [...]]]></description>
			<content:encoded><![CDATA[<p><a class="img" href="/punchcut/"><img alt="Punchcut Theme" src="http://themes.jestro.com/blog/wp-content/uploads/punchcut.jpg" title="Punchcut" class="aligncenter" width="682" height="250" /></a></p>
<p>Big news today. We just released a brand new theme, <a href="/punchcut/">Punchcut</a>, and are rockin&#8217; some fresh new digs here at <em>Themes by Jestro</em>. Some of you how might have been <a href="http://twitter.com/jestro">following along on Twitter</a> and know the launch was supposed to be yesterday, but <a href="http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html">mod_rewrite</a> decided to take me 12 rounds as I was running the final checks before launch. Needless to say, I picked up some bruises but eventually came away with a knockout.</p>
<p>This marks an important point in our history for several reasons (which I will get to later). I encourage you to take a look around and please let me know what you think of the new setup. Don&#8217;t hesitate to post a note in the comments if you find any bugs while browsing around. Alright, let&#8217;s talk about Punchcut.<br />
<span id="more-1186"></span></p>
<h2>Say hello to Punchcut</h2>
<p>I started out with an idea for a magazine theme and somehow Punchcut was born. Needless to say, it doesn&#8217;t look anything like a magazine theme, but it looks pretty damn good (at least I think so). There are several interesting points that came up while developing and designing Punchcut.</p>
<h3>Typography</h3>
<p>One of the important pieces I wanted to include with this new release was some really nice out of the box typography. There have been some explosive developments in the web font world lately so the goal was to take advantage of the trend and package some fonts with this theme.  </p>
<p>This is easier said then done, 99% of fonts out there do not allow you to re-distribute them (especially under a different license like the GPL). I eventually stumbled upon two fantastic fonts, <a href="http://www.theleagueofmoveabletype.com/fonts/4-chunk">Chunk</a> and<a href="http://www.theleagueofmoveabletype.com/fonts/1-junction"> Junction</a>, both available under the <a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&#038;id=OFL">SIL Open Font License</a> (OFL) which allows for re-distribution under different compatible licenses. I started out with the gorgeous <a href="http://www.josbuivenga.demon.nl/museosans.html">Museo Sans</a> for the navigation and post headers, but the license doesn&#8217;t allow for distribution so Junction had to step in. <em>On that note: I plan on releasing a tutorial for PRO members on substituting Museo Sans for Junction.</em> Downloading and using Museo Sans is perfectly OK, I just can&#8217;t distribute it as part of a theme package.</p>
<h3>Cufón to the rescue</h3>
<p>Punchcut initially used the @font-face declaration to embed all the typography. This was great in the latest version of Firefox, but certain browsers (Internet Explorer) have trouble handling regular font files and require their own &#8220;special&#8221; file. <del datetime="2009-12-05T07:54:53+00:00">This file requires the address of the site the font is being served on, which renders it pretty useless for a theme. </del> </p>
<p><em>Correction (thanks to Bryce for <a href="http://themes.jestro.com/blog/punchcut-new-digs/#comment-253">reminding me in the comments</a>):  Internet Explorer EOT files do in fact work without requiring the website address, but the fonts simply looked terrible when I tested them in IE/Windows (especially with ClearType turned off) so I went with Cufón instead.</em></p>
<p>I had heard of <a href="http://github.com/sorccu/cufon">Cufón</a> before but and was anxious to give it a try.  Cufón ended up working beautifully and now the fonts render perfectly in almost all browsers including the dreaded IE6. </p>
<h3>Features</h3>
<p>Punchcut comes bundled with all the features you have come to expect in our themes and some nice extras:</p>
<ul>
<li>Use your own logo (PRO members)</li>
<li>Handcrafted social icons (RSS, Twitter, Facebook, Flickr, Email)</li>
<li>Professional and responsive support (PRO members)</li>
<li>Custom navigation control</li>
<li>Extra page templates (PRO members)</li>
<li>Choose your background colors</li>
<li>Sidebar image rotator</li>
<li>Special &#8220;Alert Box&#8221; with a toggle switch in the theme options menu</li>
<li>Built in Google Analytics support</li>
</ul>
<p>I encourage you to head over to the <a href="/punchcut/">download page</a> and take Punchcut for a test drive. If you end up liking and using the theme I would encourage you to <a href="/members/signup.php">upgrade to PRO membership</a> and get all of the features and unlimited support.</p>
<div id="new-digs">
<h2>New digs!</h2>
<p>I was putting the finishing touches on Punchcut a few weeks ago and realized I would have to launch yet another blog if I was going to keep up the tradition (we originally had dedicated blogs for Vigilance and Titan). This served two purposes:</p>
<ul>
<li>A real live demo of the theme</li>
<li>A dedicated spot for news and updates</li>
</ul>
<p>This was a great setup and worked well but it unfortunately doesn&#8217;t scale. The more the themes you release the more &#8220;octopus-like&#8221; the system becomes. It will eventually end in an operational nightmare. I wanted to consolidate all news, updates, and themes into one centralized hub with built in resources for our members. The new site has all of these features and still gives you the option to preview a real live demo of the theme.  This is an important step in our history because we now have the flexibility and infrastructure to start releasing more themes! </p>
<p>All of the posts from Vigilance and Titan have been rolled into this blog and I will be soon flipping the switch on the feeds. Right now there is only one option, a master RSS feed, but I will be putting up links to individual theme feeds very soon. Either way, you can still get all your news and updates quickly and easily.</p>
<h3>What do you think?</h3>
<p>Alright, that&#8217;s enough on the new setup for now. Please let me know what you think of Punchcut and the new design in the comments. I am also considering a post discussing the details of the design process. Is this something you would be interested in?
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://thethemefoundry.com/blog/punchcut-new-digs/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
