Title: Missing Shortocde
Last modified: August 20, 2016

---

# Missing Shortocde

 *  Resolved [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/missing-shortocde/)
 * To add a shortcode that allows the print button to be placed on any post or page,
   simply add the following to the end of pf.php:
 *     ```
       add_shortcode('print-friendly', 'pf_show_link');
       ```
   
 * Why this is not included in the first place is anyones guess.
 * [http://wordpress.org/extend/plugins/printfriendly/](http://wordpress.org/extend/plugins/printfriendly/)

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

 *  Plugin Author [Print & PDF by PrintFriendly](https://wordpress.org/support/users/printfriendly/)
 * (@printfriendly)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/missing-shortocde/#post-3168062)
 * There’s a shortcode option in the plugin settings.
 * `<?php if(function_exists('pf_show_link')){echo pf_show_link();} ?>`
 * [Print Friendly & PDF](http://wordpress.org/extend/plugins/printfriendly/) Plugin
   Settings Page: [screenshot showing shortcode](http://ztay.me/img/PrintFriendly_Options_%E2%80%B9_pftest_%E2%80%94_WordPress-20121107-223951.png)
 *  [SK](https://wordpress.org/support/users/sooskriszta/)
 * (@sooskriszta)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/missing-shortocde/#post-3168077)
 * `<?php if(function_exists('pf_show_link')){echo pf_show_link();} ?>`
    is not 
   a shortcode.
 * Please refer to [http://codex.wordpress.org/Shortcode](http://codex.wordpress.org/Shortcode)
 * Shortcode should be something like
    `[print-friendly]`
 * [@baden](https://wordpress.org/support/users/baden/) is on point. See [http://codex.wordpress.org/Shortcode_API](http://codex.wordpress.org/Shortcode_API)
 *  Plugin Author [Print & PDF by PrintFriendly](https://wordpress.org/support/users/printfriendly/)
 * (@printfriendly)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/missing-shortocde/#post-3168078)
 * Thanks for the help. This is now fixed in the latest version 3.1.5

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

The topic ‘Missing Shortocde’ is closed to new replies.

 * ![](https://ps.w.org/printfriendly/assets/icon-256x256.png?rev=2951152)
 * [Print, PDF, Email by PrintFriendly](https://wordpress.org/plugins/printfriendly/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/printfriendly/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/printfriendly/)
 * [Active Topics](https://wordpress.org/support/plugin/printfriendly/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/printfriendly/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/printfriendly/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [Print & PDF by PrintFriendly](https://wordpress.org/support/users/printfriendly/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/missing-shortocde/#post-3168078)
 * Status: resolved