removing blog detail page title anchor link from the post title
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 31 Oct 2016 14:55:01 +0000 (10:55 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 31 Oct 2016 14:55:01 +0000 (10:55 -0400)
single.php

index a7947e3..e66302b 100644 (file)
@@ -13,7 +13,7 @@
                         <div class="small-12 columns">
                             <article id="<?php the_ID()?>" <?php post_class()?>>
                                 <header class="entry-header">
-                                    <h2 class="entry-title single-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
+                                    <h2 class="entry-title single-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>