Learn WordPress in our new online class.
Get the special Early-Bird discount,
just 30% of the normal price:

| Creating Printer-friendly Versions of Wordpress Posts |
|
In this tutorial we'll show you how to place "Print This Post" buttons into Wordpress posts. The main reason you'd want to do this is as a courtesy for your readers. Many still print things they read online and you don't want them to waste that expensive printer ink just to print your logo and theme as well as the post. This is a themed tutorial because our sister newsletter with Drupal tutorials is covering the same topic this week: Creating Printer-friendly Versions of Drupal Articles. Without this solution you'd likely need to create a separate CSS file with styles specifically for the printed page. Fortunately the WP-Print plugin makes this much easier. It will automatically create a printer-friendly version of each post.How to Add Printer-friendly Versions of Your Wordpress Posts
The next step is to make these links appear on your posts: Enabling the Printer-friendly Links - EasyThe most straightforward way to enable the Printer-friendly Version is simply to add this to each post anywhere you like: [print_link] The output will look like this:
Enabling the Printer-friendly Links - CodeIf you're feeling confident with your ability to edit Wordpress themes files there are instructions from the developer at LesterChan.net (click the usage tab) on how to modify your theme to automatically include the print button on every post:
Note
|
