function portfolio_titlechange( $title ) { if ( is_post_type_archive( 'jetpack-portfolio' ) ){ $title = 'Albums'; } return $title; ...
確定! 回上一頁