WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Lester Chan v3.0.0

WP-Print

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

WP-Print

The facts

Rating
4.4★ from 41
Active installs
8k+
Price
Free
Last updated
9 Aug 2026
Added
Jan 2006
Requires WP
6.8
Tested up to
WP 7.0.4
Requires PHP
8.2
Downloads
720,789

Our analysis

AI-assisted

WP-Print is a WordPress plugin that adds a print link to your posts and pages, allowing users to generate a clean, printable version of the content. This version can include comments, images, and videos, while excluding theme elements and navigation for a focused reading experience. The plugin also footnotes all links in the printed document, providing their URLs at the end.

The plugin is suitable for anyone looking to offer a print-friendly version of their content on a WordPress site. It can be easily integrated into themes and offers customization options for templates and styles.

Best for: This plugin is best for bloggers and website owners who want to provide a print-friendly option for their content.

What it does well

  • Adds a print link to posts and pages
  • Generates a clean, printable document
  • Includes optional comments and media
  • Footnotes all links with URLs at the end
  • Customizable templates and styles

Where it falls short

  • Limited information on advanced features or usage
  • No details on compatibility with specific themes

Verdict

WP-Print offers a straightforward solution for creating printable versions of content, making it a useful tool for enhancing user experience on WordPress sites.

From the developer

Lester Chan's own description of WP-Print, lightly tidied.

WP-Print adds a print link to your posts and pages. Following it gives the reader a clean printable document: your content, its comments if you want them, and nothing else — no theme, no sidebar, no navigation.

Every link in the printed article is numbered and its URL listed at the end, because a reader holding a sheet of paper cannot click anything.

Features

  • A printable version of any post, page or custom post type, at /your-post/print/
  • Every link footnoted with a number and listed at the end of the document
  • Optional comments, images, embedded video and featured image
  • [donotprint] for content that should never reach the printed page
  • One stylesheet in both text directions, with a dark mode for reading before printing
  • Templates and styles you can override from your theme

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, I will really appreciate it. If not feel free to use it without any obligations.

Usage

Add the print link to your theme inside the loop, wherever you want it to appear:

if ( function_exists( 'wp_print' ) ) {
    print_link();
}
print_link( $post_text, $page_text, $display ) takes whether to print or return as its third argument. The first two used to override the link text and no longer do anything: the link is one HTML template on the settings screen, under Templates, and `%POST_TYPE%` in it becomes Post, Page or the name of whatever custom post type is being printed. They stay in the signature so that a theme still passing them keeps working.

If you would rather not have the link on every post, leave your theme alone and type [print_link] into the one post or page that needs it.

Shortcodes

  • [print_link] — the print link, in the post or page it is typed into.
  • [donotprint]Not for paper[/donotprint] — the enclosed content is dropped from the printable version and left alone everywhere else. WP-Email honours the same tag, so text you exclude from print is excluded from email too.

Template Tags

  • print_link( $post_text, $page_text, $display ) — the print link. Only the third argument does anything.
  • print_content( $display ) — the post content, prepared for printing.
  • print_comments_content( $display ) — the current comment’s content.
  • print_categories( $before, $after ) — the categories, each wrapped in your markup.
  • print_comments_number() — the comment count as a sentence.
  • print_links( $heading ) — the collected list of URLs.
  • print_can( $type ) — whether one of the options is on.
  • print_disclaimer() — the disclaimer or copyright line.

The Print Link

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for custom content structures.

Ad Inserter

Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...

Free 300k+ installs 4.9★ (2,428)
Advanced Custom Fields

ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...

Free 2M+ installs 4.5★ (1,438)
Simple Custom Post Order

Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...

Free 300k+ installs 4.8★ (569)
WP Activity Log

The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.

Free 300k+ installs 4.7★ (488)
Custom Post Type UI

Admin UI for creating custom content types like post types and taxonomies

Free 1M+ installs 4.6★ (276)