wp-print [FIX]
upload and install
wp-print plugin:
WordPress › WP-Print « WordPress Plugins
open :
wp-print.php end search for:
$print_link = $print_link.'printpage/'.$polyglot_append;
Under that line:
Replace:
with:
} elseif( get_post_type() != "post" ){
$print_link = $print_link.'?print=1';
} else {