projects
/
WP-Themes
/
glmthemes
/
crawfordcounty-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ee5a5
)
ALlowing titles back onto posts.
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 23 Oct 2015 18:45:37 +0000
(14:45 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 23 Oct 2015 18:45:42 +0000
(14:45 -0400)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
4ce0afb
..
e2e747b
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-13,10
+13,7
@@
<?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()?>>