Ad Inserter
94Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
Displays a printable version of your WordPress blog's post/page.
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
Where it falls short
WP-Print offers a straightforward solution for creating printable versions of content, making it a useful tool for enhancing user experience on WordPress sites.
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.
/your-post/print/[donotprint] for content that should never reach the printed pageI 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.
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.
[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.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.Other plugins for custom content structures.
Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...
Checkout Field Editor (Checkout Manager) for WooCommerce – The best WooCommerce checkout manager plugin to man...
Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...
The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.
Admin UI for creating custom content types like post types and taxonomies