Prints an html comment in the footer of every page letting you know which template file of your theme was used for the display.
Prints an html comment in the footer of every page letting you know which template file of your theme was used for the display.
This plugin is aimed towards theme developers and for theme support. It is recommended to only have this plugin activated during development or support as it will expose your file system path structure.
Props to Joel Fisher for the idea behind this plugin.
show-template
folder from the /wp-content/plugins/
directoryshow-template
folder to the /wp-content/plugins/
directory<!-- Active Template: /home/username/public_html/wordpress/wp-content/themes/default/index.php -->
show-template
folder to the /wp-content/plugins/
directory or install directly through the plugin installer.This plugin requires that your themes footer.php contain <?php wp_footer(); ?>
directly above the </body>
tag.