removing link from blog single title in the blog detail pages.
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 24 Oct 2016 20:39:18 +0000 (16:39 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 24 Oct 2016 20:39:18 +0000 (16:39 -0400)
single.php

index af476f6..f1f342e 100644 (file)
@@ -14,7 +14,7 @@
                         <div class="small-12 columns">
                             <article id="<?php the_ID()?>" <?php post_class()?>>
                                 <header class="entry-header">
-                                    <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
+                                    <h2 class="entry-title"><?php the_title();?></h2>
                                     <?php if ( has_post_thumbnail() ):?>
                                              <?php if (get_post_type( $post ) != "ai1ec_event") { ?>
                                     <div class="featured-image-wrap"><?php the_post_thumbnail("large"); ?></div>