=== Print This Section === Contributors: Scott "twodeuces" Hair Donate Link: http://twodeuces.com/wordpress-plugins/wordpress-print-this-section Tags: print, section, page printing, print button, pages, posts, printing Requires at least: 2.8 Tested up to: 2.9.2 Stable tag: 1.0.1 Print This Section allows users of your website to print a pre-selected section of the post or page without printing the rest of the page. == Description == Have you ever wanted the possibility of letting your users print out just a section of a post or page? Deliver only the necessary parts in hard form without wasting all the extra paper and ink! This plugin will allow users of your wordpress install print out a designated section of a page or post. Great for printing out things like directions, instructions or recipes, although the uses are unlimited. Print This Section allows wordpress contributors 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. **Features:** * Easy to implement printing function. * Customized Print Button Text. * Allows Multiple print sections on each page or post. * Custom TinyMCE button added to Visula Editor. * Custom Quicktags button added to HTML Editor. * Allows for setting each button text individually if desired. * Can optionally add Print Header, Footer and Copyright information. **Requirements:** * Wordpress 2.8+ * Javascript **Usage:** Simply highlight the section of your post that you wish to select for printing. Then press the "Print This" icon to add the shortcode to the post, or can add the [print_this] ... [/print_this] shortcodes manually. If you would like to customize each print section button then add the text attribute to the shortcode as follows: [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 == 1. Upload wp-print-this-section directory into you wp-content/plugins/ directory. 2. Login to your WordPress Admin menu, go to Plugins, and activate it. 3. Adjust plugin settings found under Settings -> Print This in the administrators dashboard. 4. 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. == Frequently Asked Questions == = 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. = Where can I submit feedback, ask questions or get answers about this plugin? = You can go to the support page located [here](http://twodeuces.com/264-wordpress-print-this-section-comments-and-feedback.html)and enter your information. == Screenshots == 1. This screen shot is the Dashboard -> Settings -> Print This settings control. Used to set the options and defaults for the Print This Section plugin. 2. Screenshot of the visual editor with a Print_This section already installed. Note the printor icon in upper right of tool bar is for Print_This. == Changelog == = 1.0.1 = * Corrected CSS to include "Clear" class. * Added more settings configurable in Dashboard -> Settings -> Print This. * Added optional additional information on print page including Header, Footer and Copyright. = 0.1.1 = * Corrected admininistrative and documentation notes. * No functional changes were made. = 0.1 = * Initial release. * Working using [print_this] for posts and pages, with button text changing option. == Upgrade Notice == = 1.0.1 = This version fixes a minor tag error as well as increases functionality. Adds optional print page meta information. = 0.1 = This is an initial release version.