Changeset 2648833
- Timestamp:
- 12/24/2021 04:57:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified which-template-file/trunk/readme.txt ¶
r2584355 r2648833 11 11 12 12 == Description == 13 14 Need to know which template is used by WordPress to display your pages in the front office ? 15 This plugin simply does this. 16 === which template file === 17 Contributors: gilles66 18 Tags: template, tpl, debug, adminbar, toolbar 19 Requires at least: 3.3.0 20 Tested up to: 5.8.2 21 Stable tag: 4.6.0 22 License: GPLv2 or later 23 License URI: http://www.gnu.org/licenses/gpl-2.0.html 24 25 Show the name of the php file of your theme used to display the current page. 26 27 == Description == 28 29 Try it on your free dummy site : Click here => https://tastewp.com/new?pre-installed-plugin-slug=which-template-file&redirect=plugins.php&ni=true 13 30 14 31 Need to know which template is used by WordPress to display your pages in the front office ? … … 91 108 = 1.0 = 92 109 * The first version 110 Efficient and very easy to install, it will show you in the admin bar the name of the php file currently used to display the current page. 111 The color of the text is different regarding the origin of the template(the theme, a parent theme, or a plugin) 112 (icon author :http://www.megaicons.net/iconspack-1096/45043/) 113 114 == Installation == 115 116 Installation process is exactly the same than other WordPress plugins. 117 Check this link if you need help : https://www.google.fr/search?q=how+to+install+a+wordpress+plugin&oq=how+to+install+a+wordpress 118 119 1. Upload the plugin folder 'which-template-file' to the '/wp-content/plugins/' directory 120 2. Activate the plugin through the 'Plugins' menu in WordPress 121 3. Smile ;-) 122 123 124 == Frequently Asked Questions == 125 126 = Why would I need this plugin ? = 127 128 Just usefull if you are a WordPress theme developer. 129 130 == Screenshots == 131 132 1. The template used owns to your theme 133 1. The template used owns to the parent theme 134 1. The template used owns to a plugin 135 136 137 == Changelog == 138 139 = 4.6 = 140 * Compatibility with WP 5.8 141 142 = 4.3.0 = 143 * Compatibility with WP 4.8.2 144 145 = 4.2.2 = 146 * Compatibility with PHP < 5.3 147 148 = 4.2.1 = 149 * Correction of an error in updating the plugin on v 4.2.0 150 151 = 4.2.0 = 152 * Adding an option to chose if every logged user can see the template file in the admin-bar, or just the admnistrators of the website. 153 (with administrator role) 154 By default, just the administrators can. 155 156 = 4.1.1 = 157 * Admin fix (the template name was added in the admin bar in the back-office too. Sorry for this) 158 159 = 4.1 = 160 * Notice fix 161 162 = 4.0 = 163 * Compatibility with wp 4.4.2 164 * Bug fix for multi-sites 165 * Display the name of the template now for all users with admin bar (not just admninistrators) 166 * Different colors for the text regarding the origin of the template(the theme, a parent theme, or a plugin) 167 168 = 3.1 = 169 * Compatibility with wp 4.1 170 * Bug fix for child themes 171 172 = 3.0 = 173 * Add the "title" attribute to see the whole path to the template file 174 175 = 2.1 = 176 * Fixing a bug for non admin 177 178 = 2.0 = 179 * Now the template name is shown in the admin bar just for the admin 180 181 = 1.4 = 182 * Small css change (adding !important to the color of the text) 183 184 = 1.0 = 185 * The first version
Note: See TracChangeset
for help on using the changeset viewer.