Enter categories as a comma-seperated list of ID numbers, i.e. 2,5,12

'; $cat_params = Array( 'hide_empty' => FALSE, 'title_li' => '' ); if( strlen( trim( get_option( 'almost_all_categories_w_categories' ) ) ) > 0 ){ $cat_params['exclude'] = trim( get_option( 'almost_all_categories_w_categories' ) ); } wp_list_categories( $cat_params ); echo ''; echo $args['after_widget']; } }