removing link from the blog single title so that it isn't clickable
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 16 Feb 2017 20:49:12 +0000 (15:49 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 16 Feb 2017 20:49:12 +0000 (15:49 -0500)
js/app.js
js/custom/pageSetup.js
parts/blog-text-single.php

index 1481ce2..9515fef 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -30,4 +30,4 @@ $(document).ready(function () {
         //console.log('ul = ' + menuImg);
         //console.log('menu-id = ' + menuNum);
     });
-});
+});
\ No newline at end of file
index 7b76e81..f13d991 100644 (file)
@@ -21,4 +21,4 @@ $(document).ready(function () {
         //console.log('ul = ' + menuImg);
         //console.log('menu-id = ' + menuNum);
     });
-});
+});
\ No newline at end of file
index 3d82826..88edd72 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>
         <?php if ( has_post_thumbnail() ):?>
                  <?php if (get_post_type( $post ) != "ai1ec_event") { ?>
         <div class="featured-image-wrap"><?php the_post_thumbnail("large"); ?></div>