=== Current Template Insights === Contributors: macurious Donate link: https://paypal.me/wpmacurious Tags: admin bar, template, debug, theme, development Requires at least: 5.5 Tested up to: 7.0 Requires PHP: 7.4 Stable tag: 1.0.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html **Quickly view the active template file and important page information directly in your WordPress admin bar.** == Description == **Displays the current template file and key page details in the WordPress admin bar for logged-in administrators.** No setup required: just install, activate, and see the info bar on any front-end page. **Features:** - Shows “📄 Template: ” in the front-end admin bar - Details on hover/click: full template path, post ID, post type, slug, theme name & version, locale, body classes, query vars, conditionals, DB query count, memory usage, and more - No settings page, no configuration - Works with classic and block/FSE themes (special info for block themes) - Developer-friendly, lightweight, no bloat == Installation == 1. Upload the `current-template-insights` folder to `/wp-content/plugins/` 2. Activate the plugin via the Plugins menu 3. Visit any front-end page as an admin to view the template info in the admin bar == Frequently Asked Questions == = Is there a settings page? = No settings page — just install and go. All information is displayed in the admin bar for logged-in admins. = Why can't i see the template information on the front-end? = The plugin displays its information in the WordPress admin bar. If the admin bar is disabled in the front-end (via user settings, code or another plugin), then no output will be displayed. = Can I extend or customize the details shown? = Yes. Developers can use the `currtempinsights_details` filter hook to add or modify the debug info. See the plugin's [GitHub repository](https://github.com/macurious/current-template-insights) for an example. = Does this work with Full Site Editing (block) themes? = Yes. With block (Full Site Editing) themes, WordPress uses a core PHP file (`template-canvas.php`) as a wrapper for block templates. The plugin displays the actual PHP template in use. (Future versions may add a more descriptive message for block themes.) = Can I change the background color of the admin bar node? = Yes. You can override it with custom CSS. See the plugin's [GitHub repository](https://github.com/macurious/current-template-insights) for an example. == Screenshots == 1. Admin bar showing current template and dropdown with details 2. More complex example showing the single post template of a CPT == Changelog == = 1.0.4 = * Tested with WordPress 7.0 = 1.0.3 = * Tested with WordPress 6.9 * Renamed internal filter hook to use the plugin prefix * Minor documentation and code cleanups = 1.0.2 = * Improved translation handling in dashboard notice (HTML tag support with sprintf) * Added missing translation for dashboard notice = 1.0.1 = * Added admin notice when the front-end admin bar is disabled * Updated FAQ with customization info * Minor improvements to readme formatting = 1.0.0 = * First public release