Hope I am not being a nudge ’cause I know GamerZ shouldn’t have to answer Code modification questions, but I am tring to customize so I can change the url from to print to anything I want … tried changing it around 108 and it rewrote the URL but didn’t call wp-print.php file correctly and I got a page not found error so must being missing something. Just though I’d throw it out there if anyone has any experience with this … if not I will work until I figure it out …
if(!empty($using_permalink)) {
if(substr($print_link, -1, 1) != '/') {
$print_link = $print_link.'/';
}
if(is_page()) {
$print_text = stripslashes($print_options['page_text']);
$print_link = $print_link.'printpage/'.$polyglot_append;
} else {
$print_link = <strong>$print_link.'print/'.$polyglot_append;</strong>
}