• I’ve tried using args to sort my top 5 posters but receive no results.

    wp_list_authors(‘orderby=post_count&order=DESC&number=5’);

    So, I tried just listing authors using no sorts. wp_list_author() and now I’m getting

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 123481 bytes) in /…/…/public_html/…/…/wp-includes/media.php on line 1267

    Any ideas why the first wouldn’t work and why it’s throwing this fatal error?

The topic ‘List Author Getting Fatal Error’ is closed to new replies.