projects
/
WP-Themes
/
staffords.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1a937d
)
testing conditional
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 1 Dec 2015 15:13:21 +0000
(10:13 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 1 Dec 2015 15:13:21 +0000
(10:13 -0500)
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
5ab0d65
..
68c6d99
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-56,10
+56,10
@@
default:
</a>
<?php endif;?>
<p><?php echo $block->post_content . $block->post_excerpt;?></p>
-
+ <?php if ( is_home() || is_front_page() ) : ?>
<div class="separator text-center"><img src="<?php bloginfo('template_url'); ?>/assets/fancy-divider-large.jpg"></div>
</div>
-
+ <?php endif; ?>
<?php endforeach;?>
</div>