From e6c2b706aea5b3e8f15e5735a3b9bc443b123074 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 10 Aug 2017 17:44:04 -0400 Subject: [PATCH] trying to get a jump on the interior I am trying to get a start on the interior page. I think I'm screwing it up. --- sections/interior-page.php | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/sections/interior-page.php b/sections/interior-page.php index f8c6225..151e5cf 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -1,13 +1,30 @@
- "; - bcn_display(); - echo "
"; - } - ?> +
+
+ "; + echo "" + if(function_exists('bcn_display') && !is_front_page()) + { + echo "
"; + bcn_display(); + echo "
"; + } + get_template_part('parts/main-content'); + echo "
"; + echo "
"; + echo ""; + echo "
"; + } + ?> + +
+ +
+