-> Print Plugin For WordPress -------------------------------------------------- Author -> Lester 'GaMerZ' Chan Email -> lesterch@singnet.com.sg Website -> http://www.lesterchan.net/ Demo -> http://www.lesterchan.net/blogs/wp-print.php?p=647 Updated -> 3rd September 2005 -------------------------------------------------- -> 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: ------------------------------------------------------------------ RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/?([0-9]+)?/?$ /index.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA,L] ------------------------------------------------------------------ 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] ------------------------------------------------------------------ // Open wp-content/themes//index.php Find: ------------------------------------------------------------------ ------------------------------------------------------------------ Add Below It: ------------------------------------------------------------------ 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 ------------------------------------------------------------------