From 01822189a6c500608fbb1d141564d275fb1bc17f Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 27 Jul 2017 11:52:26 -0400 Subject: [PATCH] entity interior and landing now proper sections, interior-page section no longer needed as intermediary step --- index.php | 50 ++++++++++--------- .../entity-interior.php | 2 +- .../entity-landing.php | 4 +- ...rior-page.php => interior-page UNUSED.php} | 4 +- 4 files changed, 32 insertions(+), 28 deletions(-) rename parts/section-interior.php => sections/entity-interior.php (96%) rename parts/template-interior.php => sections/entity-landing.php (92%) rename sections/{interior-page.php => interior-page UNUSED.php} (97%) diff --git a/index.php b/index.php index e5e800c..b114f62 100644 --- a/index.php +++ b/index.php @@ -7,34 +7,38 @@
diff --git a/parts/section-interior.php b/sections/entity-interior.php similarity index 96% rename from parts/section-interior.php rename to sections/entity-interior.php index 473f738..1920542 100644 --- a/parts/section-interior.php +++ b/sections/entity-interior.php @@ -1,4 +1,4 @@ -
+
diff --git a/parts/template-interior.php b/sections/entity-landing.php similarity index 92% rename from parts/template-interior.php rename to sections/entity-landing.php index 72692df..6907057 100644 --- a/parts/template-interior.php +++ b/sections/entity-landing.php @@ -1,11 +1,11 @@ -
+
ID); ?>
"; - if(function_exists('bcn_display') && !is_front_page()) + if(function_exists('bcn_display') && !is_front_page()) { echo "
"; bcn_display(); diff --git a/sections/interior-page.php b/sections/interior-page UNUSED.php similarity index 97% rename from sections/interior-page.php rename to sections/interior-page UNUSED.php index 8cbe1b9..babe79b 100644 --- a/sections/interior-page.php +++ b/sections/interior-page UNUSED.php @@ -2,9 +2,9 @@
-- 2.17.1