Description
A WordPress plugin which shows the current template file name, the current theme name and included template files’ name in the tool bar.
Inspired by (and big thanks to):
- https://gist.github.com/gatespace/4482529
- https://wordpress.org/plugins/reveal-template/
Installation
The Good Way
- In your WordPress Admin, go to the Add New Plugins page
- Search for: Show Current Template
- Show Current Template should be the first result. Click the Install link.
The Old Way
- Upload the plugin to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
None so far.
Reviews
Contributors & Developers
“Show Current Template” is open source software. The following people have contributed to this plugin.
Contributors“Show Current Template” has been translated into 3 locales. Thank you to the translators for their contributions.
Translate “Show Current Template” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.3.2
- No change at all except the version number in the plugin php file.
0.3.1
- Just add a donate link.
0.3.0
- UPDATED: Make the file list scrollable.
- UPDATED: Change css to sass.
0.2.2
- Oops, too short.
0.2.1
- UPDATED: Make the height of included files names shorter
0.1.8
- UPDATED: update for 3.8.
0.1.6
- FIXED: update for 3.8.
0.1.5
- FIXED: Fixed the issue of not displaying the parent theme name when using a child theme.
0.1.4
- UPDATED: Make not to show the current file in the included files list.
0.1.3
- FIXED: Fixed some notices.
0.1.2
- FIXED: Fixed potential conflict text domain (https://github.com/tekapo/show-current-template/pull/1).
Thanks to @wokamoto san.
0.1.1
- UPDATED: readme.txt
0.1.0
- Initial release