Echo number of all users (subscribers, contributors, authors, etc.) whom have posted at least once
Here is one I happen to use myself. The function returns an array consisting of an array of author ID’s, an array of author names and the number of authors. Place this code in functions.php – /** * Return an array of the number of posting authors, and their names and ID’s */ function get_author_data(){ … Read more