projects
/
WP-Themes
/
petoskeyarea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d4dbfe
)
changed button text to reflect the blocks content
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 12 Aug 2016 16:36:15 +0000
(12:36 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 12 Aug 2016 16:36:15 +0000
(12:36 -0400)
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
514a3ac
..
d86b425
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-19,7
+19,7
@@
</a>
<?php endif;?>
<p><?php echo $block->post_content . $block->post_excerpt;?></p>
- <a class="blocks-readmore" href="<?php echo $block->url;?>"><button>
Read More...
</button></a>
+ <a class="blocks-readmore" href="<?php echo $block->url;?>"><button>
<?php echo $block->post_content; ?>
</button></a>
</div>
</div>
<?php endforeach;?>