From 66ea012b7acb5146de6fdafc936b56a187e8829a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 10 Apr 2018 12:25:21 -0400 Subject: [PATCH] showing page content even if there is featured image text removing the last commit that hid page content in large view --- sections/interior-page.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/interior-page.php b/sections/interior-page.php index 3179c34..3a37eea 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -41,7 +41,7 @@ // Landing Page Template case "landing-page.php": ?> -
+
@@ -95,7 +95,7 @@ } ;?> ID); ?>
-
+
-- 2.17.1