is_page_template()

Sponsored Link

テンプレートページが使われている場合

バージョン2.5以降では、ページテンプレート内出ないにしろ、もし特定のページテンプレートが使用されていた場合にしろ、決定するために判断します。

原文(翻訳元)Beginning with Version 2.5 this allows you to determine whether or not you are in a page template or if a specific page template is being used.

ページテンプレートが使われていますか?

Sponsored Link

原文(翻訳元)Is a Page Template being used?

is_page_template(‘about.php’)

ページテンプレートは’about’が使用されていますか?about.phやmy_page_template.phpなど、ファイル名を使用する必要がある、特定のページテンプレートを指定したい場合は、他の条件とは異なる事に注意してください。

原文(翻訳元)Is Page Template ‘about’ being used? Note that unlike with other conditionals, if you want to specify a particular Page Template, you need to use the filename, such as about.php or my_page_template.php.

Sponsored Link