From 649d2f4ad2520c0c5c6fff0c33de5f4760033a13 Mon Sep 17 00:00:00 2001 From: Hardeep Asrani Date: Sat, 25 Nov 2023 04:09:43 +0000 Subject: [PATCH] feat: page template with only header & footer --- templates/template-plain.html | 7 +++++++ theme.json | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 templates/template-plain.html diff --git a/templates/template-plain.html b/templates/template-plain.html new file mode 100644 index 0000000..5a7950a --- /dev/null +++ b/templates/template-plain.html @@ -0,0 +1,7 @@ + + + +
+ + + diff --git a/theme.json b/theme.json index daa659e..84201dd 100644 --- a/theme.json +++ b/theme.json @@ -510,6 +510,10 @@ "name": "template-blank", "title": "Blank Page - Only Content" }, + { + "name": "template-plain", + "title": "Page with Header & Footer" + }, { "name": "single-product", "title": "WooCommerce Single Product" @@ -528,7 +532,8 @@ "name": "header", "title": "Header", "area": "header" - },{ + }, + { "name": "header-centered", "title": "Header Centered", "area": "header"