get_query_var()を使用すれば、WordPressのカテゴリーアーカイブページでカテゴリーIDを取得できます。
get_query_var()
$cat_id = get_query_var('cat');