Put this in functions:
add_action('wp_head', 'show_template');
function show_template() {
global $template;
print_r($template);
}
It’ll then show you which template is being used.
Put this in functions:
add_action('wp_head', 'show_template');
function show_template() {
global $template;
print_r($template);
}
It’ll then show you which template is being used.
0 people found this article useful
0 people found this article useful