diff --git a/print/print.php b/print/print.php index 247c528..c098bd1 100644 --- a/print/print.php +++ b/print/print.php @@ -35,9 +35,14 @@ $withcomments = true; ### Load Print Post/Page Template +/* if(file_exists(TEMPLATEPATH.'/print-posts.php')) { include(TEMPLATEPATH.'/print-posts.php'); } else { include(WP_PLUGIN_DIR.'/delibera/print/print-posts.php'); } -?> \ No newline at end of file +*/ + +get_template_part( 'print', 'posts' ); + +?>