// Display at header the current template
function show_template() {
global $template;
print_r($template);
}
add_action( 'wp_head', 'show_template' );
// Display at header the current template
function show_template() {
global $template;
print_r($template);
}
add_action( 'wp_head', 'show_template' );