-> Installation Instructions -------------------------------------------------- // Open root Wordpress folder Put ------------------------------------------------------------------ wp-print.php ------------------------------------------------------------------ // Go to Manage > Files > Common -> .htaccess (for rewrite rules) // Note: If you ARE using nice permalink url Find: ------------------------------------------------------------------ # END WordPress ------------------------------------------------------------------ Add Below It: ------------------------------------------------------------------ RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/print/?$ /wp-print.php?year=$1&monthnum=$2&day=$3&name=$4 [QSA,L] RewriteRule ^(.+)/printpage/?$ /wp-print.php?pagename=$1 [QSA,L] ------------------------------------------------------------------ // Open wp-content/themes//index.php Find: ------------------------------------------------------------------ ------------------------------------------------------------------ Add Below It: ------------------------------------------------------------------ Print This Article Print This Article ------------------------------------------------------------------ // Note: If you ARE NOT using nice permalink url // Open wp-content/themes//index.php Find: ------------------------------------------------------------------ ------------------------------------------------------------------ Add Below It: ------------------------------------------------------------------ Print This Article Print This Article ------------------------------------------------------------------