Blog Config – Print Preview
August 23rd, 2007
Tags: configuration, wordpress
I decided to install the print preview plugin by Lester Chan since I am going to have some extensive posts on configuration various things. As nice as themes may look, I clean printer-friendly layout is still the best if you are looking for content.
The plugin is pretty straight-forward. All you have to do is place a
<?php if(function_exists('wp_print')) { print_link(); } ?>
in your theme wherever you want to print option to appear. The rest is layout configuration.







Leave a Reply