Link Post
Check our other themes.
// Blank page template support function dt_blank_template($template) { if (is_page() && get_page_template_slug() === 'blank.php') { $blank = locate_template('blank.php'); if ($blank) return $blank; } return $template; } add_filter('template_include', 'dt_blank_template');
Check our other themes.