WP Print – Added Child Theme support
-
Hello,
thanks for the plugin. Works very well for me. Except I changed TEMPLATEPATH to STYLESHEETPATH (see below) because I’m using a child theme. Maybe it’s an improvement you want to include.
(file plugins/wp-print/print.php)
if(file_exists(STYLESHEETPATH.’/print-posts.php’)) {
include(STYLESHEETPATH.’/print-posts.php’);
} else {
include(WP_PLUGIN_DIR.’/wp-print/print-posts.php’);
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘WP Print – Added Child Theme support’ is closed to new replies.