<?php $visible_titles = array("string1", "string2", "string3"); if(in_array(the_category(), $visible_titles)) { echo "<h1>"; the_category(); echo "</h1>"; } ?>.
確定! 回上一頁