Show worpress template name
If you need to show running worpress template name, you can add to function.php file this snippet:
add_action('wp_head', 'show_template'); function show_template() { global $template; print_r($template); }
If you need to show running worpress template name, you can add to function.php file this snippet:
add_action('wp_head', 'show_template'); function show_template() { global $template; print_r($template); }
Start-up's fan, technological conferences member, social media enthusiast and low-cost trips traveler.
Start-up's fan, technological conferences member, social media enthusiast and low-cost trips traveler.