カテゴリ名を取得する


									$cat = get_the_category();
									$cat = $cat[0];
									{ echo $cat->cat_name; }