WP-Print Wordpress Plugin - Rating, Reviews, Demo & Download

WP-Print Preview Wordpress Plugin - Rating, Reviews, Demo & Download
4.2 Average out of 22 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin 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(); } ?>
  • 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’.
  • If you DO NOT want the print link to appear in every post/page, DO NOT use the code above. Just type in [print_link] into the selected post/page content and it will embed the print link into that post/page only.

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

    Admin Print Options

  2. Print Post Link

    Print Post Link

  3. Print Page

    Print Page


Reviews & Comments