=== Show Current Template === Contributors: tai Donate link: Tags: template, toolbar Requires at least: 3.5 Tested up to: 4.9.1 Stable tag: 0.3.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == 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 * http://wordpress.org/plugins/reveal-template/ == Installation == = The Good Way = 1. In your WordPress Admin, go to the Add New Plugins page 1. Search for: Show Current Template 1. Show Current Template should be the first result. Click the Install link. = The Old Way = 1. Upload the plugin to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == None so far. == Screenshots == 1. Shows the current template file. == Upgrade Notice == None so far. == Changelog == = 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