I removed the block read more
authorIan Weller <ian@gaslightmedia.com>
Wed, 3 May 2017 20:35:52 +0000 (16:35 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 3 May 2017 20:35:52 +0000 (16:35 -0400)
I commented out the read more link in the blocks.

parts/glm-blocks.php

index 3d61b9c..09930e8 100644 (file)
@@ -22,7 +22,7 @@
              <?php endif;?>
             <p><?php echo $block->post_content . $block->post_excerpt;?></p>
             <?php if($block->url):?>
-            <a class="blocks-readmore" href="<?php echo $block->url;?>">read more...</a>
+<!--            <a class="blocks-readmore" href="<?php echo $block->url;?>">read more...</a>-->
             <?php endif;?>
         </div>
         <img src="<?php bloginfo('template_url');?>/assets/post-image-shadow.jpg">