From 97bcec1ea0594c975a5efd8f140dbbc8688df785 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 23 Aug 2017 10:07:19 -0400 Subject: [PATCH] Added back the display of the content section in entity-interior template --- sections/entity-interior.php | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/entity-interior.php b/sections/entity-interior.php index 1901a09..2a4cd65 100644 --- a/sections/entity-interior.php +++ b/sections/entity-interior.php @@ -30,6 +30,7 @@ echo ""; echo ""; } + get_template_part('parts/main-content'); echo ""; if ($right_sidebar && $template !== 'no-sidebars.php' && $template !== 'events-template.php' ) { -- 2.17.1