displaying the catogories of wordpress as a list place it where ever you wanna show a list of categories
<?php wp_list_categories( array( 'orderby' => 'name' ) ); ?>