我在中运行此代码
front-page.php
category-foo.php
<?php echo is_page_template( \'front-page.php\' ) ? "yes" : "no" ?>
并打印两次“否”我也试过了
<?php echo get_page_template() ?>
不返回任何内容。我也试过了
<?php echo get_category_template() ?>
我想知道的是,我在哪个主模板文件中。E、 g。我想从header.php
<?php if ( currFilename(__FILE__) != "front-page" ) : ?>
<div>Fancy slogan</div>
<?php endif; ?>
这显然不是这样的。https://codex.wordpress.org/Function_Reference/get_page_template