Opened 21 years ago
Closed 20 years ago
#1300 closed defect (bug) (worksforme)
list_authors, wp_list_authors, the_author_posts_link return 1 URI for many authors
| Reported by: | cinemaminima | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 1.5 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
list_authors, wp_list_authors(), and the_author_posts_link(), return URIs in the form
www.example.com/author/"author_first_name"/
URI shows posts by the first author registered with "author_first_name"
All later registrants with same "author_first_name" return the same URI.
EXAMPLE:
Author #6 "Jordan Todorov" returns www.example.com/author/jordan/ ; Author #13 "Jordan Hatcher" returns www.example.com/author/jordan/
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Must have been fixed. It works for me.