Opened 19 years ago
Closed 18 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: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5 |
Component: | General | Keywords: | |
Focuses: | Cc: |
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.
Must have been fixed. It works for me.