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:
eed6328
)
reduced max characters for blocks button text to 12 because they wrap in smaller...
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 12 Aug 2016 19:52:54 +0000
(15:52 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 12 Aug 2016 19:52:54 +0000
(15:52 -0400)
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
860033f
..
c5c7abf
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-21,7
+21,7
@@
</a>
<?php endif;?>
<p><?php echo $block->post_content . $block->post_excerpt;?></p>
- <a class="blocks-readmore" href="<?php echo $block->url;?>"><button><?php echo substr(strip_tags($block->post_content),0,
2
2); ?></button></a>
+ <a class="blocks-readmore" href="<?php echo $block->url;?>"><button><?php echo substr(strip_tags($block->post_content),0,
1
2); ?></button></a>
</div>
</div>
<?php endforeach;?>