WP-Print

Wordpress Plugin
Download latest - 2.58.2

Developers

aaroncampbell
GamerZ

Download Stats

Today 30
Yesterday 44
Last Week 267
All Time 613,268
Banner 772x250

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

Build Status

Development

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

Translations

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

Credits

  • Plugin icon by SimpleIcon from Flaticon
  • Icons courtesy of FamFamFam

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.


Releases (26 )

Version Release Date Change Log
2.58.2 2022-02-05
2.58.1 2020-05-20
2.58 2017-03-31
  • NEW: Ability to print thumbnail. Props @MatthieuMota.
2.57.2 2016-04-14
  • FIXED: Check both parent and child theme
2.57.1 2015-12-10
  • NEW: Use translate.wordpress.org to translate the plugin
  • FIXED: Unable to update options
2.57 2015-11-19
  • FIXED: Notices
2.56 2015-08-08
2.55 2014-12-23
  • NEW: Bump to 4.1
  • FIXED: get_the_category_list() optional secondary argument
  • FIXED: Replace font with p
2.54 2014-09-05
  • NEW: Finally there is custom post type support. Props nimmolo.
  • NEW: Allow Multisite Network Activate
  • NEW: Uses WordPress uninstall.php file to uninstall the plugin
2.53 2014-04-17
  • FIXED: Use get_stylesheet_directory() instead of TEMPLATEPATH
2.52 2014-03-13
  • FIXED: Added nonce to Options. Credits to Charlie Eriksen via Secunia SVCRP.
2.50 2010-02-11
2.40 2009-02-07
2.31 2008-07-15
2.30 2008-06-10
2.20 2007-09-30
2.11 2007-06-15
2.00 2007-04-13
2.10 2007-03-21
1.00 2007-03-17
2.01 2007-03-17
2.02 2007-03-17
2.03 2007-03-17
2.04 2007-03-17
2.05 2007-03-17
2.06 2007-03-17