<?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: Print Stylesheets</title>
	<atom:link href="http://www.billerickson.net/thesis-wordpress-print-stylesheets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.billerickson.net/thesis-wordpress-print-stylesheets/</link>
	<description>WordPress Consulting</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:58:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bill Erickson</title>
		<link>http://www.billerickson.net/thesis-wordpress-print-stylesheets/comment-page-1/#comment-3624</link>
		<dc:creator>Bill Erickson</dc:creator>
		<pubDate>Fri, 20 May 2011 23:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1431#comment-3624</guid>
		<description>Instead of creating a print stylesheet, try using the custom.css as your print stylesheet too. 

&lt;code&gt;/* Print Stylesheet */
function print_stylesheet() {
echo &#039;&lt;link type=&quot;text/css&quot; media=&quot;print&quot; href=&quot;&#039; . THESIS_CUSTOM_FOLDER . &#039;/custom.css&quot; rel=&quot;stylesheet&quot; /&gt;&#039;;
}
add_action(&#039;wp_head&#039;, &#039;print_stylesheet&#039;);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Instead of creating a print stylesheet, try using the custom.css as your print stylesheet too. </p>
<p><code>/* Print Stylesheet */<br />
function print_stylesheet() {<br />
echo '
<link type="text/css" media="print" href="' . THESIS_CUSTOM_FOLDER . '/custom.css" rel="stylesheet" />';<br />
}<br />
add_action('wp_head', 'print_stylesheet');</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Barker</title>
		<link>http://www.billerickson.net/thesis-wordpress-print-stylesheets/comment-page-1/#comment-3623</link>
		<dc:creator>Steve Barker</dc:creator>
		<pubDate>Fri, 20 May 2011 23:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1431#comment-3623</guid>
		<description>Hello Bill,
I have recently purchased Thesis and using it for a web site but having trouble with the printing. I need all pages to print exactly as they are viewed on screen. Is there a simply way to achieve that with some kind of &quot;print all&quot; command?</description>
		<content:encoded><![CDATA[<p>Hello Bill,<br />
I have recently purchased Thesis and using it for a web site but having trouble with the printing. I need all pages to print exactly as they are viewed on screen. Is there a simply way to achieve that with some kind of &#8220;print all&#8221; command?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SM</title>
		<link>http://www.billerickson.net/thesis-wordpress-print-stylesheets/comment-page-1/#comment-340</link>
		<dc:creator>SM</dc:creator>
		<pubDate>Thu, 22 Jul 2010 23:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1431#comment-340</guid>
		<description>Thank you so much, Bill! Really appreciated! Now I&#039;ll have to do it now. :)</description>
		<content:encoded><![CDATA[<p>Thank you so much, Bill! Really appreciated! Now I&#8217;ll have to do it now. <img src='http://www.billerickson.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Erickson</title>
		<link>http://www.billerickson.net/thesis-wordpress-print-stylesheets/comment-page-1/#comment-339</link>
		<dc:creator>Bill Erickson</dc:creator>
		<pubDate>Thu, 22 Jul 2010 11:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1431#comment-339</guid>
		<description>I&#039;m sending it to you as an email since it won&#039;t post in the comments.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sending it to you as an email since it won&#8217;t post in the comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SM</title>
		<link>http://www.billerickson.net/thesis-wordpress-print-stylesheets/comment-page-1/#comment-337</link>
		<dc:creator>SM</dc:creator>
		<pubDate>Thu, 22 Jul 2010 11:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1431#comment-337</guid>
		<description>Hi Bill, can you please give a bit more specific code here if I want to fix &quot;Print this Page&quot; link just exactly as Harvest Eating site? I&#039;m a newbie in PHP things so I&#039;m not sure how to finished the above code. Your help will be grateful! Thank you. :)</description>
		<content:encoded><![CDATA[<p>Hi Bill, can you please give a bit more specific code here if I want to fix &#8220;Print this Page&#8221; link just exactly as Harvest Eating site? I&#8217;m a newbie in PHP things so I&#8217;m not sure how to finished the above code. Your help will be grateful! Thank you. <img src='http://www.billerickson.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Erickson</title>
		<link>http://www.billerickson.net/thesis-wordpress-print-stylesheets/comment-page-1/#comment-144</link>
		<dc:creator>Bill Erickson</dc:creator>
		<pubDate>Sat, 03 Apr 2010 13:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1431#comment-144</guid>
		<description>Thanks for sharing!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;Bill Erickson&lt;br /&gt;Wordpress Consultant&lt;br /&gt;&lt;a href=&quot;http://www.billerickson.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.billerickson.net&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for sharing!</p>
<p>&#8212;<br />Bill Erickson<br />WordPress Consultant<br /><a href="http://www.billerickson.net" target="_blank" rel="nofollow">http://www.billerickson.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen Leheny</title>
		<link>http://www.billerickson.net/thesis-wordpress-print-stylesheets/comment-page-1/#comment-143</link>
		<dc:creator>Jen Leheny</dc:creator>
		<pubDate>Sat, 03 Apr 2010 13:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1431#comment-143</guid>
		<description>Thanks for this - I have it working on my site now.  Of course, I had to change the print.css to make it fit with my site (and I didn&#039;t worry about the print logo) but it was a great help to read what you have done.   With info from another site ( &lt;a href=&quot;http://www.aldosoft.com/blog/2009/11/applying-thesis-styles-in-print&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;www.aldosoft.com/blog/2009/11/applying-thesis-sty...&lt;/a&gt; )  I added these 3 lines to print.css before the display:none part.

@import url(&quot;../style.css&quot;) print;
@import url(&quot;layout.css&quot;) print;
@import url(&quot;custom.css&quot;) print;

This keeps the text styling and so on of your page. The printed page looks much better with this bit added in so I thought you and your readers might like to know about it.</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; I have it working on my site now.  Of course, I had to change the print.css to make it fit with my site (and I didn&#039;t worry about the print logo) but it was a great help to read what you have done.   With info from another site ( <a href="http://www.aldosoft.com/blog/2009/11/applying-thesis-styles-in-print" target="_blank" rel="nofollow"></a><a href="http://www.aldosoft.com/blog/2009/11/applying-thesis-sty.." rel="nofollow">http://www.aldosoft.com/blog/2009/11/applying-thesis-sty..</a>. )  I added these 3 lines to print.css before the display:none part.</p>
<p>@import url(&quot;../style.css&quot;) print;<br />
@import url(&quot;layout.css&quot;) print;<br />
@import url(&quot;custom.css&quot;) print;</p>
<p>This keeps the text styling and so on of your page. The printed page looks much better with this bit added in so I thought you and your readers might like to know about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic Z.</title>
		<link>http://www.billerickson.net/thesis-wordpress-print-stylesheets/comment-page-1/#comment-142</link>
		<dc:creator>Dominic Z.</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1431#comment-142</guid>
		<description>Sorry for late reply. Just wanted to say thank you for your answers.</description>
		<content:encoded><![CDATA[<p>Sorry for late reply. Just wanted to say thank you for your answers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Erickson</title>
		<link>http://www.billerickson.net/thesis-wordpress-print-stylesheets/comment-page-1/#comment-141</link>
		<dc:creator>Bill Erickson</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1431#comment-141</guid>
		<description>Just go to Appearances &gt; Widgets and drag the Tag Cloud widget to the sidebar.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;Bill Erickson&lt;br /&gt;Wordpress Consultant&lt;br /&gt;&lt;a href=&quot;http://www.billerickson.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.billerickson.net&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Just go to Appearances &gt; Widgets and drag the Tag Cloud widget to the sidebar.</p>
<p>&#8212;<br />Bill Erickson<br />WordPress Consultant<br /><a href="http://www.billerickson.net" target="_blank" rel="nofollow">http://www.billerickson.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corporate Warrior</title>
		<link>http://www.billerickson.net/thesis-wordpress-print-stylesheets/comment-page-1/#comment-140</link>
		<dc:creator>Corporate Warrior</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.billerickson.net/?p=1431#comment-140</guid>
		<description>Maybe I need to change the permission rights on some of the folders and files (CHMOD them), will look into it.
About the reply system, it&#039;s really great, I just installed it on my blog. I&#039;m not sure if I confirmed the subscription, so maybe it&#039;s even working just fine.
I would like to ask you just one more question. I hope I&#039;m not too pushy, but I&#039;m kind of a new to blogging and don&#039;t know all the tricks yet. :)
How can I add the tags on sidebar, but that they look like on this site for example: tags like on these two sites for example: hxxp://thetechedition.com/ , hxxp://dmzwarez.info/
I installed some plugins (simpletag or something like that) and I tried with others as well but can&#039;t seem to get it too look similar. And I&#039;ve seen dozens of blogs using nice similar tags.</description>
		<content:encoded><![CDATA[<p>Maybe I need to change the permission rights on some of the folders and files (CHMOD them), will look into it.<br />
About the reply system, it&#039;s really great, I just installed it on my blog. I&#039;m not sure if I confirmed the subscription, so maybe it&#039;s even working just fine.<br />
I would like to ask you just one more question. I hope I&#039;m not too pushy, but I&#039;m kind of a new to blogging and don&#039;t know all the tricks yet. <img src='http://www.billerickson.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
How can I add the tags on sidebar, but that they look like on this site for example: tags like on these two sites for example: hxxp://thetechedition.com/ , hxxp://dmzwarez.info/<br />
I installed some plugins (simpletag or something like that) and I tried with others as well but can&#039;t seem to get it too look similar. And I&#039;ve seen dozens of blogs using nice similar tags.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

