From: Anthony Talarico Date: Fri, 12 May 2017 15:13:36 +0000 (-0400) Subject: fixing page template conditional that was using && is_front_page X-Git-Tag: v1.0.0^2~21 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=18f38ad91fec46d1d14ab63a2b2893f08e6afdae;p=WP-Themes%2Fgreatlakescfa.git fixing page template conditional that was using && is_front_page changed && for || in the template checking on main-content so that the template can be used in interior pages --- diff --git a/parts/main-content.php b/parts/main-content.php index c846197..d7251a2 100644 --- a/parts/main-content.php +++ b/parts/main-content.php @@ -1,4 +1,4 @@ - +