#16771 closed defect (bug) (worksforme)
BUG: the_content() outputs four (4) read more links in my homepage posts.
| Reported by: | trusktr | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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)
#2
@
16 years ago
- Severity major → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.