Title: print button without plugin
Last modified: August 30, 2016

---

# print button without plugin

 *  [mrswitty](https://wordpress.org/support/users/mrswitty/)
 * (@mrswitty)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/print-button-without-plugin/)
 * How can I add print button for my posts and pages without using any plugin?

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

 *  [Niladri Chatterjee](https://wordpress.org/support/users/emabrel/)
 * (@emabrel)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/print-button-without-plugin/#post-6692527)
 * Add this code, where you want the button to appear.
 *     ```
       <button onclick="myFunction()">Print this page</button>
   
       <script>
       function myFunction() {
           window.print();
       }
       </script>
       ```
   
 *  Thread Starter [mrswitty](https://wordpress.org/support/users/mrswitty/)
 * (@mrswitty)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/print-button-without-plugin/#post-6692558)
 * Thank you so much.

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

The topic ‘print button without plugin’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/point/2.1.1/screenshot.png)
 * Point
 * [Support Threads](https://wordpress.org/support/theme/point/)
 * [Active Topics](https://wordpress.org/support/theme/point/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/point/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/point/reviews/)

## Tags

 * [Print Button](https://wordpress.org/support/topic-tag/print-button/)
 * [without plugin](https://wordpress.org/support/topic-tag/without-plugin/)

 * 2 replies
 * 2 participants
 * Last reply from: [mrswitty](https://wordpress.org/support/users/mrswitty/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/print-button-without-plugin/#post-6692558)
 * Status: not resolved