fixed link and updated screenshot
authorIan Weller <ian@gaslightmedia.com>
Tue, 25 Oct 2016 14:32:27 +0000 (10:32 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 25 Oct 2016 14:32:27 +0000 (10:32 -0400)
I got a new screenshot that is an improvement and changed the anchor text
in the blocks.

parts/glm-blocks.php
screenshot.png

index 18e68b1..40e26f4 100644 (file)
@@ -26,7 +26,7 @@
                             </a>
                         <?php endif;?>
                         <p><?php echo $block->post_content . $block->post_excerpt;?></p>
-                        <a class="blocks-readmore" href="<?php echo $block->url;?>">Read More...</a>
+                        <a class="blocks-readmore" href="<?php echo $block->url;?>">more...</a>
                         </div>
                     </div>
                 <?php }
@@ -52,7 +52,7 @@
                         </a>
                         <?php endif;?>
                         <p><?php echo $block->post_content . $block->post_excerpt;?></p>
-                        <a class="blocks-readmore" href="<?php echo $block->url;?>">Read More...</a>
+                        <a class="blocks-readmore" href="<?php echo $block->url;?>">more...</a>
                         </div>
                     </div>
               <?php  }
@@ -78,7 +78,7 @@
                         </a>
                         <?php endif;?>
                         <p><?php echo $block->post_content . $block->post_excerpt;?></p>
-                        <a class="blocks-readmore" href="<?php echo $block->url;?>">Read More...</a>
+                        <a class="blocks-readmore" href="<?php echo $block->url;?>">more...</a>
                         </div>
                     </div>
                <?php } ?>
index e3794fe..00e19c8 100644 (file)
Binary files a/screenshot.png and b/screenshot.png differ