[wp-trac] [WordPress Trac] #29793: Author Archives not Generated for users who create Gravatar Profile AFTER being added as author

WordPress Trac noreply at wordpress.org
Thu Oct 9 15:21:40 UTC 2014


#29793: Author Archives not Generated for users who create Gravatar Profile AFTER
being added as author
-------------------------------+------------------------------
 Reporter:  hopetommola        |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Users              |     Version:  4.0
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:  multisite
-------------------------------+------------------------------

Comment (by hopetommola):

 I edited the page template in 2014 to insert a list of authors:

 {{{
 <ul>
 <?php wp_list_authors('exclude_admin=0&hide_empty=0'); ?>
 </ul>
 }}}

 All of the Authors with missing Author Archives have "Firstname Lastname"
 in the URL. Caps and a space. Space renders as %20 and archive doesn't
 work.

 All the Authors which work have the URL as "firstname-lastname".

 All users were added through an LDAP connection using Simple LDAP Login
 [https://wordpress.org/plugins/simple-ldap-login/], with a default role of
 subscriber. However, they're not elevated to Author until they're users in
 WP. And all details of their profiles look the same in WP admin.

 Thoughts?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29793#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list