Title: printer friendly
Last modified: August 18, 2016

---

# printer friendly

 *  [ejc10000](https://wordpress.org/support/users/ejc10000/)
 * (@ejc10000)
 * [19 years ago](https://wordpress.org/support/topic/printer-friendly-1/)
 * I am looking for a plug-in that has the functionality of wp-print, but which 
   i can use in my posts.
 * Does wp-print have this functionality?
 * I have tried using wp-print in my single.php file.
 * But have only been able to have the print icon appear above and below my title
   and below my post:
 * ABOVE TITLE;
 * <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
 * <!– Start Post –>
    <?php if(function_exists(‘wp_print’)) { print_link(); } ?>
 * <h2><?php the_title(); ?></h2>
 * <?php the_content(“Continue reading ‘” . the_title(”, ”, false) . “‘”); ?>
 * <?php link_pages(‘<p>Continue reading: ‘, ‘</p>’, ‘next’, ‘Next page’, ‘Previous
   page’); ?>
 * BELOW TITLE;
 * <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
 * <!– Start Post –>
 * <h2><?php the_title(); ?></h2>
 * <?php if(function_exists(‘wp_print’)) { print_link(); } ?>
 * <?php the_content(“Continue reading ‘” . the_title(”, ”, false) . “‘”); ?>
 * <?php link_pages(‘<p>Continue reading: ‘, ‘</p>’, ‘next’, ‘Next page’, ‘Previous
   page’); ?>
 * BELOW POST;
    If I include <?php if(function_exists(‘wp_print’)) { print_link();}?
   > anywhere else other than the two positions stated above the print icon appears
   below my post.
 * I am trying to have the icon appear with in my post.
    Does anyone have any ideas?
   Please help.
 * EJ

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [19 years ago](https://wordpress.org/support/topic/printer-friendly-1/#post-543748)
 * in your post as in within your post content?
 *  Thread Starter [ejc10000](https://wordpress.org/support/users/ejc10000/)
 * (@ejc10000)
 * [19 years ago](https://wordpress.org/support/topic/printer-friendly-1/#post-543749)
 * yes within post content.
 *  [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [19 years ago](https://wordpress.org/support/topic/printer-friendly-1/#post-543828)
 * you can’t unless you link it using html code.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘printer friendly’ is closed to new replies.

## Tags

 * [friendly](https://wordpress.org/support/topic-tag/friendly/)

 * 3 replies
 * 2 participants
 * Last reply from: [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * Last activity: [19 years ago](https://wordpress.org/support/topic/printer-friendly-1/#post-543828)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
