Code: Add A “Print This” Button
June 18th, 2009
Want to make it easy for your readers to be able to print your blog’s content? Adding a “Print This” button below your blog’s posts can serve as a great visual cue to readers to remind them to print your content.
If you’d like to add something like this to your blog, first you’ll want to make sure your blog’s theme has a print stylesheet loaded, then simply add the following bit of Javascript code where you want your print button to be:
<a href="javascript:window.print()" rel="nofollow">Print This!</a></span>
You’ll want to make sure you only place this button on your individual post pages, as it prints whichever page it is clicked on. If you place it on the homepage and a reader uses it, it will print the entire page instead of just that post!

