システムキッチン
洗面台
トイレ
ガス給湯器
キッチン関連商材
$options = get_desing_plus_option();
if(is_category()){
$category = get_category( get_query_var( 'cat' ) );
$cat_id = $category->cat_ID;
}else{
$cat_id= 'null';
}
if( $cat_id ){
$cat_id = $cat_id;
} else {
$cat_id = 'null';
}
?>