projects
/
WP-Themes
/
otsego.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b2f26
)
changing columns for event detail page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 4 Jan 2016 19:05:00 +0000
(14:05 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 4 Jan 2016 19:05:00 +0000
(14:05 -0500)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
e1c719b
..
c13d4d8
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-5,6
+5,9
@@
<?php get_template_part('parts/off-canvas_menu');?>
<main class="blog-single">
<div class="row">
+ <?php if (get_post_type( $post ) == "ai1ec_event") { ?>
+ <div id="blog-posts-over" class="small-12 medium-11 columns">
+ <?php } ?>
<div id="blog-posts-over" class="small-12 medium-9 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
<div class="row blog-post-container">