projects
/
WP-Themes
/
mackinacbridge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a5affe
)
removing blog detail page title anchor link from the post title
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 31 Oct 2016 14:55:01 +0000
(10:55 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 31 Oct 2016 14:55:01 +0000
(10:55 -0400)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
a7947e3
..
e66302b
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-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>