changing the interior page template to echo the main content instead of doing
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Dec 2016 13:54:42 +0000 (08:54 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Dec 2016 13:54:42 +0000 (08:54 -0500)
a shortcode for the events so that the events template can be used for all of
the events pages

sections/interior-page.php

index e544660..aa76e20 100644 (file)
@@ -41,7 +41,7 @@
                                 <div class="row">
                                     <div id="main-content" class="small-12 medium-centered columns event-content">
                                        <div class="event-container small-12 medium-10 medium-centered columns">
-                                            <?php echo do_shortcode('[glm-members-event-detail]');?>
+                                            <?php get_template_part('parts/main-content'); ?>
                                         </div>
                                     </div>
                                 </div>