どのテンプレートを使用しているか分からない場合、調べる方法

<?php
global $template;
$template_name = basename($template, '.php');
echo $template_name;
?>