projects
/
WP-Themes
/
baragacounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afa8565
)
Added back the display of the content section in entity-interior template
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 23 Aug 2017 14:07:19 +0000
(10:07 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 23 Aug 2017 14:07:19 +0000
(10:07 -0400)
sections/entity-interior.php
patch
|
blob
|
history
diff --git
a/sections/entity-interior.php
b/sections/entity-interior.php
index
1901a09
..
2a4cd65
100644
(file)
--- a/
sections/entity-interior.php
+++ b/
sections/entity-interior.php
@@
-30,6
+30,7
@@
echo "</div>";
echo "</div>";
}
+ get_template_part('parts/main-content');
echo "</div>";
if ($right_sidebar && $template !== 'no-sidebars.php' && $template !== 'events-template.php' ) {