ALlowing titles back onto posts.
authorLaury GvR <laury@gaslightmedia.com>
Fri, 23 Oct 2015 18:45:37 +0000 (14:45 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 23 Oct 2015 18:45:42 +0000 (14:45 -0400)
single.php

index 4ce0afb..e2e747b 100644 (file)
                 <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <div class="row blog-post-container">
                     <div class="small-11 small-centered columns">
-                        <?php if (get_post_type( $post ) == "ai1ec_event") {
-                            echo "<h1>" . get_the_title() . "</h1>";
-                        }
-                        ?>
+                        <h1><?php echo get_the_title(); ?></h1>
                         <div class="row">
                             <div class="small-12 columns">
                                 <article id="<?php the_ID()?>" <?php post_class()?>>