PHP 获取WordPress中的当前页面模板名称

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 获取WordPress中的当前页面模板名称相关的知识,希望对你有一定的参考价值。

global $post;
$page_tempate_name = get_post_meta($post->ID,'_wp_page_template',true);

以上是关于PHP 获取WordPress中的当前页面模板名称的主要内容,如果未能解决你的问题,请参考以下文章

如何在 WordPress 中获取当前页面名称?

获取带有静态 html 内容的 wordpress 页面模板以在搜索中显示

php WordPress - 通过模板获取页面

PHP Wordpress:获取当前的类别ID和名称

PHP Wordpress - 获取当前类别名称和/或ID

PHP WordPress - 按名称获取帖子或页面ID