-> Installation Instructions -------------------------------------------------- // Open wp-content/plugins folder Put: ------------------------------------------------------------------ print.php ------------------------------------------------------------------ // Open root Wordpress folder Put ------------------------------------------------------------------ wp-print.php ------------------------------------------------------------------ // Activate the 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') ------------------------------------------------------------------