Hello guys
How i can show list of author with major number of post?
now i use this:
<?php wp_list_authors('show_fullname=0&optioncount=1'); ?>
Hello guys
How i can show list of author with major number of post?
now i use this:
<?php wp_list_authors('show_fullname=0&optioncount=1'); ?>
This plugin offers an order_by_posts parameter for the wp_list_authors_plus tag:
and withouth plugin?
Find the code that plugin uses or find the core code that houses the wp_list_authors function, and use that code with an orderby clause in your template file.
http://wingrep.com will help you find that function.
thanks
This topic has been closed to new replies.