Download latest - 2.58.2
Developers
aaroncampbell |
GamerZ |
Download Stats
Today | 30 |
Yesterday | 44 |
Last Week | 267 |
All Time | 613,268 |
Once installed take the following steps to set it up:
- WP-Print settings page is located in WP-Admin -> Settings -> Print
- You Need To Re-Generate The Permalink (WP-Admin -> Settings -> Permalinks -> Save Changes)
- Refer To Usage For Further Instructions
Usage
- 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. - Find:
<?php while (have_posts()) : the_post(); ?>
- 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
- 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 |
|
2.57.2 | 2016-04-14 |
|
2.57.1 | 2015-12-10 |
|
2.57 | 2015-11-19 |
|
2.56 | 2015-08-08 | |
2.55 | 2014-12-23 |
|
2.54 | 2014-09-05 |
|
2.53 | 2014-04-17 |
|
2.52 | 2014-03-13 |
|
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 |