Don't also show interior page template when visiting the home page
authorLaury GvR <laury@gaslightmedia.com>
Fri, 11 May 2018 13:56:14 +0000 (09:56 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 11 May 2018 13:56:14 +0000 (09:56 -0400)
index.php

index ef10145..9c998ce 100644 (file)
--- a/index.php
+++ b/index.php
@@ -26,8 +26,7 @@
                     }
                     if (is_page( HOMEPAGE_ID )) {
                         include "sections/home-page.php";
-                    }
-                    if (is_page() && !is_front_page()) { 
+                    } else if (is_page() && !is_front_page()) { 
                         include "sections/interior-page.php"; 
                     }
                     echo '<div id="footer-page-anchor">';
@@ -35,7 +34,7 @@
                     include "sections/copyright.php"; 
                     echo '</div>'; 
                     ?>
-                    </div><!--/#page-wrapper-->
+                </div><!--/#page-wrapper-->
             <a class="exit-off-canvas"></a>
             </div><!--End of inner-wrap-->
         </div><!--End of off-canvas-->