WordPress category

This will only display the categories if there are posts associated with them, make sure that there are posts in your WordPress database. However, you might try:

wp_list_categories(array('hide_empty'=>0));

which will override that functionality.