From a401066657a6a4c409e158ce5ac9c785d0668432 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 28 Apr 2017 08:33:04 -0400 Subject: [PATCH] made a new template I made the full width template. It is being used on "The Center" page. --- parts/main-content.php | 2 +- sections/interior-page.php | 7 +++++++ template-fullwidth.php | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 template-fullwidth.php diff --git a/parts/main-content.php b/parts/main-content.php index 49ec6d5..a70ce0b 100644 --- a/parts/main-content.php +++ b/parts/main-content.php @@ -1,4 +1,4 @@ - +
diff --git a/sections/interior-page.php b/sections/interior-page.php index 55b1c03..3fee770 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -14,6 +14,12 @@ } ?>
+ ID ) == "template-fullwidth.php") { ?> + +
+ +
+
+ \ No newline at end of file diff --git a/template-fullwidth.php b/template-fullwidth.php new file mode 100644 index 0000000..08b5293 --- /dev/null +++ b/template-fullwidth.php @@ -0,0 +1,6 @@ + -- 2.17.1