From: Laury GvR Date: Thu, 27 Jul 2017 15:52:26 +0000 (-0400) Subject: entity interior and landing now proper sections, interior-page section no longer... X-Git-Tag: v1.0.0^2~111 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=01822189a6c500608fbb1d141564d275fb1bc17f;p=WP-Themes%2Fbaragacounty.git entity interior and landing now proper sections, interior-page section no longer needed as intermediary step --- 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/parts/section-interior.php deleted file mode 100644 index 473f738..0000000 --- a/parts/section-interior.php +++ /dev/null @@ -1,34 +0,0 @@ -
-
- - - ID); ?> -
- "; - } else { - echo "
"; - } - if(function_exists('bcn_display') && !is_front_page()) - { - echo "
"; - bcn_display(); - // get_template_part('parts/share-this'); - echo "
"; - } - get_template_part('parts/main-content'); - echo "
"; - - if($sidebar && $template === 'sidebars.php'){ - echo ""; - } - } ?> -
-
-
\ No newline at end of file diff --git a/parts/template-interior.php b/parts/template-interior.php deleted file mode 100644 index 72692df..0000000 --- a/parts/template-interior.php +++ /dev/null @@ -1,22 +0,0 @@ -
-
- - ID); ?> -
- "; - if(function_exists('bcn_display') && !is_front_page()) - { - echo "
"; - bcn_display(); - // get_template_part('parts/share-this'); - echo "
"; - } - get_template_part('parts/main-content'); - get_template_part('parts/glm-blocks'); - echo "
"; - } ?> - -
-
- \ No newline at end of file diff --git a/sections/entity-interior.php b/sections/entity-interior.php new file mode 100644 index 0000000..1920542 --- /dev/null +++ b/sections/entity-interior.php @@ -0,0 +1,34 @@ +
+
+ + + ID); ?> +
+ "; + } else { + echo "
"; + } + if(function_exists('bcn_display') && !is_front_page()) + { + echo "
"; + bcn_display(); + // get_template_part('parts/share-this'); + echo "
"; + } + get_template_part('parts/main-content'); + echo "
"; + + if($sidebar && $template === 'sidebars.php'){ + echo ""; + } + } ?> +
+
+
\ No newline at end of file diff --git a/sections/entity-landing.php b/sections/entity-landing.php new file mode 100644 index 0000000..6907057 --- /dev/null +++ b/sections/entity-landing.php @@ -0,0 +1,22 @@ +
+
+ + ID); ?> +
+ "; + if(function_exists('bcn_display') && !is_front_page()) + { + echo "
"; + bcn_display(); + // get_template_part('parts/share-this'); + echo "
"; + } + get_template_part('parts/main-content'); + get_template_part('parts/glm-blocks'); + echo "
"; + } ?> + +
+ +
\ No newline at end of file diff --git a/sections/interior-page UNUSED.php b/sections/interior-page UNUSED.php new file mode 100644 index 0000000..babe79b --- /dev/null +++ b/sections/interior-page UNUSED.php @@ -0,0 +1,116 @@ +
+ +
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/sections/interior-page.php b/sections/interior-page.php deleted file mode 100644 index 8cbe1b9..0000000 --- a/sections/interior-page.php +++ /dev/null @@ -1,116 +0,0 @@ -
- -
- - - - - - - - - - - - - \ No newline at end of file