I would like people to be able to print the content area of each post by clicking a button. I found this answer from Tom Print, but I don´t know how to translate that into a button that prints the post content. Where should the button be directed to? or should it just have a class like this:
.print {
@media print {
.side-header,
.main-navigation,
.secondary-navigation,
.widget-area,
.footer-widgets {
display: none;
}
}
body {
font-family: Tahoma, Verdana, Arial, sans-serif;
}
}