<?php $c = is_category(); $d = !empty(get_the_category()); $cat = $c ? single_cat_title('', false) : ( $d ? get_the_category()[0]->slug : NULL ); if ($cat !==
確定! 回上一頁