#16771 closed defect (bug) (worksforme)
BUG: the_content() outputs four (4) read more links in my homepage posts.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
For some reason, when i use the read more link in a post, it will have 4 more-links on the homepage. One link contains the specified verbage in the_content('read more...') and the other three are blank. I do believe this is a bug.
Attachments (1)
Change History (4)
#1
@
14 years ago
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from new to closed
#2
@
14 years ago
- Severity changed from major to normal
As dd32 mentioned, as in the support forum first, but on looking at your screenshot, I'd take a pretty good guess you're not using Twenty Ten (or if you are it's a plugin?) Twenty Ten would use something like class="post-wrap"
(which it doesn't) and not class="post_wrap"
as shown in the source code! :)
Note: See
TracTickets for help on using
tickets.
This would be better suited to the support forums, specifically, the themes and templates support forum.
If you can duplicate it with the WordPress default theme, please re-open with details, however this sounds like a theme coding issue, potentially related to functions returning/echo'ing, and possibly the applied filters. Trac is not the location for debugging things, so try the support forum or mailing lists and come back and re-open this if a problem is tracked back to WordPress.