Customizing the read more link
-
Hey there,
I’m attempting to modify my theme’s search results page. It was set up by someone else and unfortunately don’t have much experience with PHP.I’d like the “Read More…” to simply link to the post’s permalink rather than the permalink + #more + post id.
Here’s what I believe is the pertinent code from the search page template:
<?php if(function_exists('the_excerpt_reloaded')) {
echo '<p>'; the_excerpt_reloaded(25,'<i><b><span>','none',true,'<em class="morelink">Read more »',true,1,1,1,'span'); echo '</p>';
} else {
the_excerpt();
} ?>
Any suggestions would be greatly appreciated!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Customizing the read more link’ is closed to new replies.