lesterchan / wp-print

Displays a printable version of your WordPress blog's post/page.
https://wordpress.org/plugins/wp-print/
21 stars 15 forks source link
lesterchan print print-friendly printer wordpress wordpress-plugin wp-print

WP-Print

Contributors: GamerZ
Donate link: http://lesterchan.net/site/donation/
Tags: print, printer, wp-print
Requires at least: 4.0
Tested up to: 6.3
Stable tag: 2.58.2

Displays a printable version of your WordPress blog's post/page.

Description

Once installed take the following steps to set it up:

  1. WP-Print settings page is located in WP-Admin -> Settings -> Print
  2. You Need To Re-Generate The Permalink (WP-Admin -> Settings -> Permalinks -> Save Changes)
  3. Refer To Usage For Further Instructions

Usage

  1. Open wp-content/themes/<YOUR THEME NAME>/index.php. You should place it in single.php, post.php, page.php, etc also if they exist.
  2. Find: <?php while (have_posts()) : the_post(); ?>
  3. Add Anywhere Below It: <?php if(function_exists('wp_print')) { print_link(); } ?>

Build Status

Build Status

Development

https://github.com/lesterchan/wp-print

Translations

http://dev.wp-plugins.org/browser/wp-print/i18n/

Credits

Donations

I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks as my school allowance, I will really appreciate it. If not feel free to use it without any obligations.

Screenshots

  1. Admin Print Options
  2. Print Post Link
  3. Print Page

Frequently Asked Questions

How do I add this to my theme?

  1. Open wp-content/themes/<YOUR THEME NAME>/index.php You may place it in single.php, post.php, page.php, etc also.
  2. Find: <?php while (have_posts()) : the_post(); ?>
  3. Add Anywhere Below It: <?php if(function_exists('wp_print')) { print_link(); } ?>

Simply add this code inside the loop ### where you want the print link to display: if(function_exists('wp_print')) { print_link(); }

If you do not want to print a portion of your post's content

[donotprint]Text within this tag will not be displayed when printing[/donotprint]

Custom Template

Changelog

2.58.1

2.58

2.57.2

2.57.1

2.57

2.56

2.55

2.54

2.53

2.52

2.51

2.50