Loaded
function usodrama_page_template($template) { if (is_page('usodrama')) { $new = get_stylesheet_directory() . '/usodrama.php'; if (file_exists($new)) return $new; } return $template; } add_filter('template_include', 'usodrama_page_template');