=== Print This Section === Contributors: Scott Hair Donate Link: http://twodeuces.com Tags: print, section, page printing, print button, Requires at least: 2.8 Tested up to: 2.9.1 Stable tag: 0.1 == Description == Print This Section allows wordpress users to create a section of a post with a print button to allow for easy printing of that section. Good examples of this would be a recipe or driving instructions with a map. It will create a secondary window, print out the selected section and then close the window automatically. It will also add a "Print This" button to your post and page editors. Usage: [print_this text='button text']Your text and images that you wanted printed.[/print_this] * - text='button text' is not a required arguement and may be omitted. ==Installation== * Upload wp-print-this-section directory into you wp-content/plugins/ directory. * Login to your WordPress Admin menu, go to Plugins, and activate it. * Adjust plugin settings found under Settings -> Print This in the administrators dashboard. * You may edit the css files found in the wp-print-this-section/css folder to adjust how the print this box appears on your page. ==Other Notes== **Usage** The arguments you can use are: * **text** - To change the text within the Print-This button on your page/post. Ex: [print_this text='my button text']...[/print_this] == Frequently Asked Questions == * **New feature requests** on the following URL: http://twodeuces.com/ = Can I have Multiple Print This on a single page or post? You may have more than one [print_this] box on each page. Each may have its button text customized using the "text" arguement. Please note that you can NOT have a [print_this] nested inside another [print_this], as this will cause undesirable results due to how wordpress processes shortcode. == Screenshots == 1. This is an example of Print_This in use. == Changelog == = 0.1 = * Initial release. * Working using [print_this] for posts and pages, with button text changing option. == Upgrade Notice == = 0.1 = This is an initial release version.