WP-Print 2.50   Readme
» Index
Plugin Information

Author:
» Lester 'GaMerZ' Chan

Website:
» http://lesterchan.net/

Translate to persian(Farsi):
» Siavash Keshmiri

Website:
» http://www.tenet.ir/

Tutorial:
» http://www.tenet.ir/

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

Download:
» WP-Print 2.50 For WordPress 2.7.x And 2.8.x
» WP-Print 2.31 For WordPress 2.5.x And 2.6.x
» WP-Print 2.20 For WordPress 2.1.x, 2.2.x And 2.3.x
» WP-Print 2.06 For WordPress 2.0.x
» WP-Print 2.00 For WordPress 1.5.2

Screenshots:
» http://lesterchan.net/wordpress/screenshots/browse/wp-print/

Demo:
» http://lesterchan.net/wordpress/2006/07/05/donations/print/

Development:
» http://dev.wp-plugins.org/browser/wp-print/

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

Support Forums:
» http://forums.lesterchan.net/index.php?board=18.0

Credits:
» Icons courtesy of FamFamFam.
» Do Not Print idea by Robert "Nilpo" Dunham.
» __ngetext() by Anna Ozeritskaya.
» Right To Left Language Support by Kambiz R. Khojasteh.

Note:
» The Changelog, Installation, Upgrade, Usage Tab at the top of the page.

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 appericiate it. If not feel free to use it without any obligations. Thank You. My Paypal account is

» Installation Instructions
  1. فولدر wp-content/plugins را باز کنید
  2. فولدر زیر را در آن کپی کنید:
    wp-print
  3. افزونه رو فعال کنید.
  4. به قسمت تنظیمات > پیوند یکتا رفته و روی ذخیره ی تغییرات کلیک کنی.
  5. برای ادامه ی آموزش به قسمت usage بروید.
» Usage Instructions
General Usage
  1. وارد فولدری که تم شما در آن قرار دارد شوید.
  2. شما میتوانید علاوه بر index.php در هر کدام از فایل های روبرو کارهای زیر را انجام دهید: single.php, post.php, page.php و همینطور theloop.php.

  3. کد زیر را پیدا کنید:
    <?php while (have_posts()) : the_post(); ?>
  4. در هر جایی زیر آن کد زیر را قرار دهید:
    <?php if(function_exists('wp_print')) { print_link(); } ?>

    اگر نمیخواهید دکمه ی پرینت روی تمام صفحات و یا مطالب نشان داده بشود کد بالا را به کار نبرید، کافیست در مطلب مورد نظر برای چاپ کد [print_link]را بنویسید.

Note
  • قسمتهایی که میخواهید چاپ نشوند (موقع نوشتن مطلب) در بین تگهایی به صورت زیر قرار دهید:
    [donotprint]نوشته هایی که موقع چاپ نمایش داده نخواهند شد و پرینت نمیشوند[/donotprint]

    البته این نوشته ها در صفحه ی سایت شما نمایش داده خواهند شد!

    اگر از افزونه ی WP-Email استفاده میکنید باید بدانید که این نوشته ها ایمیل نخواهند شد!