I am running a site that has news articles on it, via WordPress, and I love it. Except right now I'm trying to find a way to print a page without pictures, or anything like that, but they are included in the layout of single.php. Is there a way I can put a print button at the bottom of all my single.php posts, which when clicked will take generate a text-only page? I have one such page named single_print.php. Is there a way I can tell WordPress to sent the current post to that page, so it may then be printed?