<?php $cat = single_cat_title( '', false ); function text_replace( $output ) { $output = str_replace( '$cat', '', $output ); return $output; } add_filter(' ...
確定! 回上一頁