-> Installation Instructions -------------------------------------------------- // Open wp-content/plugins folder Put: ------------------------------------------------------------------ Folder: print ------------------------------------------------------------------ // Open root Wordpress folder Put: ------------------------------------------------------------------ wp-print.php ------------------------------------------------------------------ // Activate WP-Print plugin Note: ------------------------------------------------------------------ You MAY Need To Re-Generate The Permalink. Options -> Permalinks Options -> Update Permalink Structure ------------------------------------------------------------------ // Open wp-content/themes//index.php Find: ------------------------------------------------------------------ ------------------------------------------------------------------ Add Anywhere Below It: ------------------------------------------------------------------ ------------------------------------------------------------------ Note: ------------------------------------------------------------------ The first value you pass in is the text for printing post. The second value is the text for printing page. Default: print_link('Print This Post', 'Print This Page') If you want to use an image/icon instead, replace print_link() with print_link_image() ------------------------------------------------------------------