Daily Quotes


Minnesota

Today
It is forcast to be Clear at 10:00 PM CDT on May 21, 2012
Clear

77°/54°

WordPress WP-Print usage instructions

Usage Instructions

Open wp-content/themes//index.php. You may place it in single.php, post.php, page.php or yourtheme.php.

Find:

Add Anywhere Below It:

If you DO NOT want the print link to appear in every post/page, DO NOT use the code above. Just type in:

into the selected post/page content and it will embed the print link into that post/page only.

The first value is the text for printing post.
The second value is the text for printing page.

Default: print_link(”, ”)

Alternatively, you can set the text in ‘WP-Admin -> Settings -> Print’.
Go to ‘WP-Admin -> Settings -> Print’ to configure the style of the print text link.

If you do not want to print a portion of your post’s content, do the following:

The text within donotprint tags will not be displayed when you are viewing a printer friendly version of a post or page.

WP-Print will load ‘print-css.css’, ‘print-posts.php’ and ‘print-comments.php’ from your theme’s directory if it exists. If it doesn’t exists, it will just load the respective default file that comes with WP-Print. This will allow you to upgrade WP-Print without worrying about overwriting your printing styles or templates that you have created.