From: Laury GvR Date: Wed, 23 Aug 2017 14:07:19 +0000 (-0400) Subject: Added back the display of the content section in entity-interior template X-Git-Tag: v1.0.0^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=97bcec1ea0594c975a5efd8f140dbbc8688df785;p=WP-Themes%2Fbaragacounty.git Added back the display of the content section in entity-interior template --- 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' ) {