removed link to single post page from the testimonials in home/archive
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 6 Sep 2016 19:45:21 +0000 (15:45 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 6 Sep 2016 19:45:21 +0000 (15:45 -0400)
parts/blog-text.php

index e668441..02eb304 100644 (file)
@@ -1,6 +1,6 @@
                                                 <article id="<?php the_ID()?>" <?php post_class()?>>
                                                     <header class="entry-header">
-                                                        <h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h1>
+                                                        <h1 class="entry-title"><?php the_title();?></h1>
                                                      
                                                     </header>
                                                     <?php echo the_content(); ?>