projects
/
WP-Themes
/
LandMasters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8987db9
)
update for new blocks
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 May 2015 19:49:20 +0000
(15:49 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 May 2015 19:49:20 +0000
(15:49 -0400)
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
ea141ed
..
dc2fb68
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
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; echo $block->post_
excerpt;?></p>
<a class="read" href="<?php echo $block->url;?>">Read More...</a>
</div>
<?php endforeach;?>