projects
/
web
/
GruntInit
/
glmTheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83fbd7f
)
update for the blocks content output
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 8 Jul 2015 20:47:44 +0000
(16:47 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 8 Jul 2015 20:47:44 +0000
(16:47 -0400)
root/parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/root/parts/glm-blocks.php
b/root/parts/glm-blocks.php
index
b326991
..
636ea4d
100644
(file)
--- a/
root/parts/glm-blocks.php
+++ b/
root/parts/glm-blocks.php
@@
-17,7
+17,7
@@
<?php if($block->url):?>
</a>
<?php endif;?>
- <p><?php echo $block->post_excerpt;?></p>
+ <p><?php echo $block->post_
content . $block->post_
excerpt;?></p>
<a class="blocks-readmore" href="<?php echo $block->url;?>">Read More...</a>
</div>
<?php endforeach;?>