<div class="page-title">
<div class="row medium-uncollapse large-collapse">
<div class="small-12 columns">
- <h1><?php the_title();?></h1>
+ <?php
+ if ( glm_is_event_detail() ) {
+ echo '<h1>'.glm_get_event_name().'</h1>';
+ } else {
+ echo "<h1>" . get_the_title() . "</h1>";
+ }
+ ?>
</div>
</div>
</div>
{
echo "<div class='breadcrumbs small-6 columns'>";
bcn_display();
-
+
echo "</div>";
}
?>
</div><!--/#addthis_wrapper-->
</div>
</div>
-
+
<div class="row medium-uncollapse">
-
+
<?php get_template_part('parts/main-content');?>
-
+
<div class="sidebar-container show-for-large-up small-12 large-4 columns small-text-center medium-text-left">
<?php get_sidebar(); ?>
</div>
</div>
-
+
<?php if (!is_page_template('no-bottom-sections.php')) { ?>
<?php if (get_field('glm-acf-first-text')) { ?>
<div id="glm-acf-first" class="glm-acf-field row">
<?php get_template_part('mobile-sidebar') ?>
</div>
</div>
-
- </main>
\ No newline at end of file
+
+ </main>