Skip to content

Instantly share code, notes, and snippets.

@ellm
ellm / gist:1325000
Last active October 25, 2022 05:09 — forked from NateJacobs/gist:1321741
WordPress - List all authors of a blog grouped by first name with a single letter as a header character.
<?php
/**
* List Users Alphabetically
*
* Create a list of all authors of a WordPress blog.
* Names are grouped by first name with a single letter
* as a header character.
*
* Call the function with <?php ngtj_list_users_alphabetically(); ?>