Displays a printable version of your WordPress blog's post/page.
Рейтинги
4.4
Последние изменения
August 9, 2023
Версия
2.58.2
Активные установки
10K
WP-Print

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

Применение

  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.

Статус создания

Development

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

Переводы

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

Благодарности

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.

Активные установки
10K
Проверено на
6.3.5
Этот плагин можно скачать и использовать при автономной установке WordPress.