您可以使用条件函数检查正在访问的页面是否使用页面模板,如果是,则显示。。。。密码
is_page_template( \'about.php\' )
以上是特定函数,可以在if语句中使用,如下所示:
if ( is_page_template( \'my_template.php\' ) )
{
// Display Code
}
您还可以执行if/else并显示一些内容作为替代:
if ( is_page_template( \'my_template.php\' ) )
{
// Display Code
}
else
{
// Display Alternative Code
}
同样,您可以检查当前页面是否正在使用页面模板,而不是检查当前页面是否正在使用页面模板:
if ( !is_page_template( \'my_template.php\' ) )
{
// Display Code or Error
}
有关条件的更多信息:
https://codex.wordpress.org/Conditional_Tags#Is_a_Page_Template