Need Help with Excerpts, PLEASE
-
Hello all, I’ve recently tried to set up some excerpts with my posts, but when it displays an excerpt on my main page, I click on it and it doesn’t link to the rest of the post it just shows the title of the post and the optional excerpt I wrote.
Here’s some code I changed from the loop:
<?php if (is_search() || (function_exists(‘is_tag’) && is_tag())) {
the_excerpt();
} else {
the_content(sprintf(__(“Read on… ‘%s'”, ‘unnamed’), the_title(”, ”, false)));
} ?>that is the original, where it says the_content, I changed that to the_excerpt and where it says the_excerpt I changed that to the_content.
I hope I’m not coming off as too confusing, help would be greatly appreciated.
Thanks.
- The topic ‘Need Help with Excerpts, PLEASE’ is closed to new replies.