<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" 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/" > <channel><title>Comments on: How To: Create a Print Friendly Thesis Website</title> <atom:link href="http://gregrickaby.com/2009/12/how-to-create-a-print-friendly-thesis-website.html/feed" rel="self" type="application/rss+xml" /><link>http://gregrickaby.com/2009/12/how-to-create-a-print-friendly-thesis-website.html</link> <description>Genesis and Thesis Development</description> <lastBuildDate>Fri, 03 Feb 2012 14:21:52 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.4-alpha-19719</generator> <item><title>By: DIY Thesis Theme &#8211; 60 Free Thesis Theme Customizations Tips &#124; Wordpress Themes</title><link>http://gregrickaby.com/2009/12/how-to-create-a-print-friendly-thesis-website.html#comment-6232</link> <dc:creator>DIY Thesis Theme &#8211; 60 Free Thesis Theme Customizations Tips &#124; Wordpress Themes</dc:creator> <pubDate>Sat, 30 Apr 2011 05:00:22 +0000</pubDate> <guid isPermaLink="false">http://gregrickaby.com/?p=3200#comment-6232</guid> <description>[...] to Add a 3rd Sidebar to your Thesis Theme 10. How to Create a Custom page Template in Thesis 11. How to create a Print friendly Thesis Website 12. The Times v1.1 &#8211; Thesis Skin 13. How to Add/Remove Thesis Elements 14. Thesis Skins [...]</description> <content:encoded><![CDATA[<p>[...] to Add a 3rd Sidebar to your Thesis Theme 10. How to Create a Custom page Template in Thesis 11. How to create a Print friendly Thesis Website 12. The Times v1.1 &#8211; Thesis Skin 13. How to Add/Remove Thesis Elements 14. Thesis Skins [...]</p> ]]></content:encoded> </item> <item><title>By: Chris M.</title><link>http://gregrickaby.com/2009/12/how-to-create-a-print-friendly-thesis-website.html#comment-2960</link> <dc:creator>Chris M.</dc:creator> <pubDate>Thu, 21 Oct 2010 07:06:36 +0000</pubDate> <guid isPermaLink="false">http://gregrickaby.com/?p=3200#comment-2960</guid> <description>I give up for now... But the code on the middle of this page worked for me (and it is future-proofed for new versions of Thesis):http://aldosoft.com/blog/2009/11/applying-thesis-styles-in-print/</description> <content:encoded><![CDATA[<p>I give up for now&#8230; But the code on the middle of this page worked for me (and it is future-proofed for new versions of Thesis):</p><p><a href="http://aldosoft.com/blog/2009/11/applying-thesis-styles-in-print/" rel="nofollow">http://aldosoft.com/blog/2009/11/applying-thesis-styles-in-print/</a></p> ]]></content:encoded> </item> <item><title>By: Chris M.</title><link>http://gregrickaby.com/2009/12/how-to-create-a-print-friendly-thesis-website.html#comment-2959</link> <dc:creator>Chris M.</dc:creator> <pubDate>Thu, 21 Oct 2010 07:01:40 +0000</pubDate> <guid isPermaLink="false">http://gregrickaby.com/?p=3200#comment-2959</guid> <description>Wow, isn&#039;t this fun! I am not used to posting codes in comments here... Help! :-)This is the code that is not working for me (without the styled curly quotes):&lt;code&gt; function print_css() { ?&gt; echo ‘’; &lt;?php } add_action(&#039;wp_head&#039;,&#039;print_css&#039;); &lt;/code&gt;</description> <content:encoded><![CDATA[<p>Wow, isn&#8217;t this fun! I am not used to posting codes in comments here&#8230; Help! :-)</p><p>This is the code that is not working for me (without the styled curly quotes):</p><p><code><br /> function print_css() {<br /> ?&gt;<br /> echo ‘’;<br /> &lt;?php }<br /> add_action(&#039;wp_head&#039;,&#039;print_css&#039;);<br /> </code></p> ]]></content:encoded> </item> <item><title>By: Chris M.</title><link>http://gregrickaby.com/2009/12/how-to-create-a-print-friendly-thesis-website.html#comment-2958</link> <dc:creator>Chris M.</dc:creator> <pubDate>Thu, 21 Oct 2010 06:59:12 +0000</pubDate> <guid isPermaLink="false">http://gregrickaby.com/?p=3200#comment-2958</guid> <description>My code is getting stripped too... Let me try again...&lt;code&gt; function print_css() { ?&gt; echo &#039;&#039;; &lt;?php } add_action(&#039;wp_head&#039;,&#039;print_css&#039;); &lt;/code&gt;</description> <content:encoded><![CDATA[<p>My code is getting stripped too&#8230; Let me try again&#8230;</p><p><code><br /> function print_css() {<br /> ?&gt;<br /> echo '';<br /> &lt;?php }<br /> add_action(&#039;wp_head&#039;,&#039;print_css&#039;);<br /> </code></p> ]]></content:encoded> </item> <item><title>By: Chris M.</title><link>http://gregrickaby.com/2009/12/how-to-create-a-print-friendly-thesis-website.html#comment-2957</link> <dc:creator>Chris M.</dc:creator> <pubDate>Thu, 21 Oct 2010 06:55:56 +0000</pubDate> <guid isPermaLink="false">http://gregrickaby.com/?p=3200#comment-2957</guid> <description>@ Alderete:I couldn&#039;t get this code to work for me (without the double brackets)...[[ function print_css() { ?&gt;&lt;?php } add_action(&#039;wp_head&#039;,&#039;print_css&#039;); ]]</description> <content:encoded><![CDATA[<p>@ Alderete:</p><p>I couldn&#8217;t get this code to work for me (without the double brackets)&#8230;</p><p>[[<br /> function print_css() {<br /> ?&gt;</p><p>&lt;?php }<br /> add_action(&#039;wp_head&#039;,&#039;print_css&#039;);<br /> ]]</p> ]]></content:encoded> </item> <item><title>By: Alderete</title><link>http://gregrickaby.com/2009/12/how-to-create-a-print-friendly-thesis-website.html#comment-2444</link> <dc:creator>Alderete</dc:creator> <pubDate>Wed, 12 May 2010 06:45:27 +0000</pubDate> <guid isPermaLink="false">http://gregrickaby.com/?p=3200#comment-2444</guid> <description>Let&#039;s try that again, with escaped code:echo &#039;&lt;link rel=&quot;stylesheet&quot; href=&quot;&#039; . THESIS_CUSTOM_FOLDER . &#039;/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;&#039;;</description> <content:encoded><![CDATA[<p>Let&#8217;s try that again, with escaped code:</p><p>echo &#8216;&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;&#8216; . THESIS_CUSTOM_FOLDER . &#8216;/print.css&#8221; type=&#8221;text/css&#8221; media=&#8221;print&#8221; /&gt;&#8217;;</p> ]]></content:encoded> </item> <item><title>By: Alderete</title><link>http://gregrickaby.com/2009/12/how-to-create-a-print-friendly-thesis-website.html#comment-2443</link> <dc:creator>Alderete</dc:creator> <pubDate>Wed, 12 May 2010 06:44:21 +0000</pubDate> <guid isPermaLink="false">http://gregrickaby.com/?p=3200#comment-2443</guid> <description>Rather than hard-coding the path to the print style sheet, I would recommend using one of the Thesis constants that are available, e.g.:echo &#039;&#039;;That way when you upgrade to Thesis 1.7 (or 2.0, etc.), you won&#039;t need to edit your code. This is especially important for a feature like a print style sheet, which you won&#039;t notice if it&#039;s not working just by reloading your site.</description> <content:encoded><![CDATA[<p>Rather than hard-coding the path to the print style sheet, I would recommend using one of the Thesis constants that are available, e.g.:</p><p>echo &#8221;;</p><p>That way when you upgrade to Thesis 1.7 (or 2.0, etc.), you won&#8217;t need to edit your code. This is especially important for a feature like a print style sheet, which you won&#8217;t notice if it&#8217;s not working just by reloading your site.</p> ]]></content:encoded> </item> <item><title>By: Alderete</title><link>http://gregrickaby.com/2009/12/how-to-create-a-print-friendly-thesis-website.html#comment-2442</link> <dc:creator>Alderete</dc:creator> <pubDate>Wed, 12 May 2010 06:41:34 +0000</pubDate> <guid isPermaLink="false">http://gregrickaby.com/?p=3200#comment-2442</guid> <description>@Avinash: The code above will add the print.css style sheet header to every page on a Thesis site: Home, posts, archives, etc.If you want to customize it for different pages, you can do it either via CSS, applying styles to elements found only on, say, the Category archives page; or, you can add an if statement to the print_css() function, e.g.:if( is_page(&#039;about&#039;) ) { // About page // echo print style sheet specific to the About page } elseif( is_home()  ) { // Blog front page // echo Home page print style sheet } elseif( is_single() ) { // Blog posting pages // echo print style sheet for posts } else { // Default print style sheet }Unless your needs are _very_ unusual, you should be able to do everything you want in one style sheet, by adding multiple styles.</description> <content:encoded><![CDATA[<p>@Avinash: The code above will add the print.css style sheet header to every page on a Thesis site: Home, posts, archives, etc.</p><p>If you want to customize it for different pages, you can do it either via CSS, applying styles to elements found only on, say, the Category archives page; or, you can add an if statement to the print_css() function, e.g.:</p><p> if( is_page(&#8216;about&#8217;) ) { // About page<br /> // echo print style sheet specific to the About page<br /> }<br /> elseif( is_home()  ) { // Blog front page<br /> // echo Home page print style sheet<br /> }<br /> elseif( is_single() ) { // Blog posting pages<br /> // echo print style sheet for posts<br /> }<br /> else {<br /> // Default print style sheet<br /> }</p><p>Unless your needs are _very_ unusual, you should be able to do everything you want in one style sheet, by adding multiple styles.</p> ]]></content:encoded> </item> <item><title>By: Avinash D'Souza</title><link>http://gregrickaby.com/2009/12/how-to-create-a-print-friendly-thesis-website.html#comment-2094</link> <dc:creator>Avinash D'Souza</dc:creator> <pubDate>Fri, 05 Mar 2010 06:29:42 +0000</pubDate> <guid isPermaLink="false">http://gregrickaby.com/?p=3200#comment-2094</guid> <description>Greg,This is so so awesome! This is precisely what I was looking for...Would this also work at post level or only at page level?</description> <content:encoded><![CDATA[<p>Greg,</p><p>This is so so awesome! This is precisely what I was looking for&#8230;</p><p>Would this also work at post level or only at page level?</p> ]]></content:encoded> </item> <item><title>By: mfarney</title><link>http://gregrickaby.com/2009/12/how-to-create-a-print-friendly-thesis-website.html#comment-1906</link> <dc:creator>mfarney</dc:creator> <pubDate>Mon, 04 Jan 2010 16:16:36 +0000</pubDate> <guid isPermaLink="false">http://gregrickaby.com/?p=3200#comment-1906</guid> <description>If I take all the tutorials from this site I&#039;m pretty sure I&#039;ll manage to build a very nice site for myself with all the functions I need. If you&#039;d only have the time to make a tutorial about getting all the forms and functions together for those people who don&#039;t have programming skills.  &lt;br&gt;________________ &lt;br&gt;Mathew Farney - &lt;a rel=&quot;follow&quot; href=&quot;http://www.123-reg.co.uk/&quot; rel=&quot;nofollow&quot;&gt;Web Hosting&lt;/a&gt;</description> <content:encoded><![CDATA[<p>If I take all the tutorials from this site I&#39;m pretty sure I&#39;ll manage to build a very nice site for myself with all the functions I need. If you&#39;d only have the time to make a tutorial about getting all the forms and functions together for those people who don&#39;t have programming skills. <br />________________ <br />Mathew Farney &#8211; <a rel="follow" href="http://www.123-reg.co.uk/" rel="nofollow">Web Hosting</a></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using apc
Object Caching 332/335 objects using apc
Content Delivery Network via Amazon Web Services: CloudFront: cdn.gregrickaby.com

Served from: gregrickaby.com @ 2012-02-04 06:55:35 -->
