I did not notice the links he provided, just grapped the code and ran to try it ??
To sort categories by id and show empty one’s at the same time:
<?php wp_list_categories(‘orderby=id&hide_empty=0&show_count=1&title_li=<h2>Categories</h2>’); ?>
Thank You ??