Viewing 4 replies - 1 through 4 (of 4 total)
  • I would love to know the same thing, as I don’t want it on the contact page and a few other pages etc.

    It would be very helpful to have a check box in the edit page/post screen to turn off the print friendly button, rather than have to put in code somewhere or to have to put in a list of page/post id’s where I don’t want it to appear.

    ps. I’m a paid user.

    Same here. Love the plugin, but would like to know how i can add the button on specific pages…..

    Thread Starter acri

    (@acri)

    I figured it out my self
    in the settings > check add direct to template so it does not show on EVERY page or post
    simply add this shortcode anywhere on the page where you want the selected print icon to appear.(note you can also upload your own print image)
    [printfriendly]

    Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    Hi there,

    I hope you are well today and thank you for your question.

    You can achieve this by setting Print Friendly plugin option “Display button on:” to “Add direct to template” in the Print Friendly plugin settings on the following path that will hide the Print Friendly button from whole WordPress site

    Admin Area -> Settings -> Print Friendly & PDF

    After hiding the button you display it on specific page/article by adding the following shortcode in the content are of it

    [printfriendly]

    Or add the following code in theme template file in the appropriate place to display it.

    <?php if(function_exists('pf_show_link')){echo pf_show_link();} ?>

    Best Regards,
    Print Friendly Team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Have Print Friendly Appear on Specific Pages only’ is closed to new replies.