aboutsummaryrefslogtreecommitdiff
path: root/srcs/wordpress/wp-content/themes/twentytwenty/templates/template-full-width.php
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/wordpress/wp-content/themes/twentytwenty/templates/template-full-width.php')
-rw-r--r--srcs/wordpress/wp-content/themes/twentytwenty/templates/template-full-width.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/templates/template-full-width.php b/srcs/wordpress/wp-content/themes/twentytwenty/templates/template-full-width.php
new file mode 100644
index 0000000..66772eb
--- /dev/null
+++ b/srcs/wordpress/wp-content/themes/twentytwenty/templates/template-full-width.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * Template Name: Full Width Template
+ * Template Post Type: post, page
+ *
+ * @package WordPress
+ * @subpackage Twenty_Twenty
+ * @since 1.0
+ */
+
+get_template_part( 'singular' );