From: Ian Weller Date: Thu, 10 Aug 2017 21:44:04 +0000 (-0400) Subject: trying to get a jump on the interior X-Git-Tag: v1.0.0^2~98 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e6c2b706aea5b3e8f15e5735a3b9bc443b123074;p=WP-Themes%2Fmigcsa.git 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. --- 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 "
"; + } + ?> + +
+ +
+