joeguilmette / wp-local-toolbox

A simple plugin to set different defaults for local, staging and production servers.
GNU General Public License v3.0
78 stars 13 forks source link

Add functionality to display page template in admin bar #2

Closed joeguilmette closed 9 years ago

joeguilmette commented 9 years ago

https://wordpress.org/plugins/show-current-template/

jb510 commented 9 years ago

Currently I use Query Monitor which includes this https://wordpress.org/plugins/query-monitor/

jb510 commented 9 years ago

Fwiw, I used to use the debug bar extension https://github.com/Clorith/wordpress-debug-bar-template-trace

John/9seeds helped write this ages ago https://wordpress.org/plugins/what-template-file-am-i-viewing/I

And I prefered this me before QueryMonitor came along https://wordpress.org/plugins/what-the-file/

Now I _always_use query monitor, so for me there would be a reason to duplicate that functionality.

joeguilmette commented 9 years ago

Now I _always_use query monitor, so for me there would be a reason to duplicate that functionality.

Would or would not?

Query monitor looks great. Although one thing I notice is that it displays the page template, but not the includes being called by that template.

jb510 commented 9 years ago

Sorry. iPad. Would a NOT be a reason to duplicate.

joeguilmette commented 9 years ago

You're right - there are many plugins to do this, and it'd be better to just use one and deactivate with WPLT in production if necessary.