Title: btzone's Replies | WordPress.org

---

# btzone

  [  ](https://wordpress.org/support/users/btzone/)

 *   [Profile](https://wordpress.org/support/users/btzone/)
 *   [Topics Started](https://wordpress.org/support/users/btzone/topics/)
 *   [Replies Created](https://wordpress.org/support/users/btzone/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/btzone/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/btzone/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/btzone/engagements/)
 *   [Favorites](https://wordpress.org/support/users/btzone/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Downgrade to 2.6.4 or revise list_authors](https://wordpress.org/support/topic/downgrade-to-264-or-revise-list_authors/)
 *  Thread Starter [btzone](https://wordpress.org/support/users/btzone/)
 * (@btzone)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/downgrade-to-264-or-revise-list_authors/#post-3188575)
 * No worries, found the issue. Dug into co-authors-plus/template-tags.php and changed
   the number limit for authors. Just posting this in case anyone else has the same
   issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Downgrade to 2.6.4 or revise list_authors](https://wordpress.org/support/topic/downgrade-to-264-or-revise-list_authors/)
 *  Thread Starter [btzone](https://wordpress.org/support/users/btzone/)
 * (@btzone)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/downgrade-to-264-or-revise-list_authors/#post-3188574)
 * Decided to upgrade back. Now at v3.0.4. Still having the issue.
 * Using:
    `<?php coauthors_wp_list_authors('optioncount=1&show_fullname=1'); ?>`
 * Returns the first 15 authors only. I don’t have that many total, less than 20,
   but still more than 15. Did something change where I should change the code on
   my end?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Downgrade to 2.6.4 or revise list_authors](https://wordpress.org/support/topic/downgrade-to-264-or-revise-list_authors/)
 *  Thread Starter [btzone](https://wordpress.org/support/users/btzone/)
 * (@btzone)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/downgrade-to-264-or-revise-list_authors/#post-3188482)
 * Downgraded back to 2.6.4 for the meantime. All authors listed with this version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Downgrade to 2.6.4 or revise list_authors](https://wordpress.org/support/topic/downgrade-to-264-or-revise-list_authors/)
 *  Thread Starter [btzone](https://wordpress.org/support/users/btzone/)
 * (@btzone)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/downgrade-to-264-or-revise-list_authors/#post-3188476)
 * All only have the role of Author.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Downgrade to 2.6.4 or revise list_authors](https://wordpress.org/support/topic/downgrade-to-264-or-revise-list_authors/)
 *  Thread Starter [btzone](https://wordpress.org/support/users/btzone/)
 * (@btzone)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/downgrade-to-264-or-revise-list_authors/#post-3188475)
 * For testing purposes, I removed coauthors to see what the regular WP code would
   do. Then I did an option with the numbers as well.
 * `<?php wp_list_authors('number=1'); ?>`
 * With no number limitation, “all” of the authors were listed, it did not cut off
   after a certain number. However, as expected, the authors who are co-authors 
   only, i.e., do not have any post solely to themselves, are not listed. Additionally,
   the total count of posts for sole authors excludes their co-author credits, i.
   e. if an author has 10 sole posts and 1 co-authored post, the total count list
   should be 11 but it is only displaying 10 since it’s not calling upon the coauthor
   plugin. When using the number option, it limited output as it should.
 * This leads me to believe something about the plugin is ignoring the number option
   in wp_list_authors and is doing the default “list all authors”. Rather, it’s 
   cutting off the list of authors.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Downgrade to 2.6.4 or revise list_authors](https://wordpress.org/support/topic/downgrade-to-264-or-revise-list_authors/)
 *  Thread Starter [btzone](https://wordpress.org/support/users/btzone/)
 * (@btzone)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/downgrade-to-264-or-revise-list_authors/#post-3188473)
 * I realized that the code posted above (coauthors_wp_list_authors) is listing 
   the first 8 authors. There should be another 10.
 * I have tried removing both options or even just removing show_fullname but the
   full name of authors is still displayed. I have added the option for limiting
   the number of authors (number=20) so that all the authors will display or even
   just a one as a test (number=1) but neither affected the output.
 * `<?php coauthors_wp_list_authors('number=1'); ?>`
 * WordPress version 3.4.2.
    All other plugins deactivated for testing purposes.(
   Had no effect either.)

Viewing 6 replies - 1 through 6 (of 6 total)