projects
/
WP-Themes
/
capstone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ee4647
)
removed link to single post page from the testimonials in home/archive
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 6 Sep 2016 19:45:21 +0000
(15:45 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 6 Sep 2016 19:45:21 +0000
(15:45 -0400)
parts/blog-text.php
patch
|
blob
|
history
diff --git
a/parts/blog-text.php
b/parts/blog-text.php
index
e668441
..
02eb304
100644
(file)
--- a/
parts/blog-text.php
+++ b/
parts/blog-text.php
@@
-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(); ?>