projects
/
WP-Themes
/
charemisd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37ebcf6
)
removing additional read more link from blog
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 9 Aug 2018 19:44:33 +0000
(15:44 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 9 Aug 2018 19:44:33 +0000
(15:44 -0400)
parts/blog-feed-front.php
patch
|
blob
|
history
diff --git
a/parts/blog-feed-front.php
b/parts/blog-feed-front.php
index
ceac8ac
..
78b8078
100644
(file)
--- a/
parts/blog-feed-front.php
+++ b/
parts/blog-feed-front.php
@@
-32,7
+32,7
@@
<div class="excerpt<?php echo $count ?>"><?php echo the_advanced_excerpt('length=100&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,strong,h1,h2,h3,hr,div'); ?>
<div class="read-more">
- <
a class="read-more-link" href="<?php echo get_permalink($post->ID); ?>">Read More</a
>
+ <
!-- <a class="read-more-link" href="<?php echo get_permalink($post->ID); ?>">Read More</a> --
>
</div>
</div>