if ( is_page_template( ' my-template.php' ) ) {. //Code here. } ... if ( is_page_template( 'my-folder-name/my-template.php' ) ) {. //Code here. } ...
確定! 回上一頁