Example:
PHP
add_action('wp_head', 'show_template');
function show_template() {
global $template;
print_r($template);
}
Method-1: Output which theme template file a post/page is using in the header | Wordpress Header Footer Shortcode |
then | Wordpress Header Footer Shortcode |
How to Output which theme template file a post/page is using in the header | Wordpress Header Footer Shortcode |
Type: | Php |
Category: | Web Tutorial |
Sub Category: | Wordpress Header Footer Shortcode |
Uploaded by: | Admin |