<p>We are always featuring a uniquie collection. Come check them out!</p>
<ul>
<?php wp_list_categories( array(
'orderby' => 'name',
'show_count' => true,
'exclude' => array( 10 )
) ); ?>
</ul>


<p>We are always featuring a uniquie collection. Come check them out!</p>
<ul>
<?php wp_list_categories( array(
'orderby' => 'name',
'show_count' => true,
'exclude' => array( 10 )
) ); ?>
</ul>


