這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Template Debugger

描述

Do you get frustrated trying to work out what the template file you’re editing is? Ever had to echo/print some text to see if WordPress is picking up the file you expect it to?

If yes, then give this plugin a try, it simply adds a handy dropdown at the top of the admin bar giving you the ability to quickly see what theme template file(s) is being used, as well as what other files are being included, from themes and plugins.

Never get frustrated with creating child themes again, using Template Debugger you can generate a new child theme based on one of the installed parent themes, and Template Debugger does all the leg work! Just fill out the input fields and Template Debugger will create the theme directory, add in the style.css and functions.php

Plugin features:

  • Quickly find out what template file(s) are being used

  • See where they’re included

  • See what plugin template files are in use

  • Create new page templates from post editing screen

  • Create child themes from a parent theme

  • … Got an idea for a feature?? Cool! Drop me a message in the support forum

螢幕截圖

  • Quickly find out what templates are being used, and in the order they're loaded
  • Exclude plugins from showing up in the admin bar, or include them!
  • Easily generate child themes
  • Easily generate child themes
  • Create page templates from the page edit screen
  • Create page templates from the page edit screen
  • View information about get_template_part()

安裝

The simplest way to install

  1. In your WordPress Admin click on ‘Plugins’ then ‘Add New’
  2. Type ‘Template Debugger’ in the search field.
  3. Navigate to the front end of your website, you’ll see a new part to the admin bar showing you the current template and included files.

Alternatively,

  1. Upload the plugin to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

If you want to show the plugins, and/or exclude certain plugins from showing in this dropdown, go to your WP Dashboard, Settings > Template Debugger

常見問題

Can Editors and Subscribers view the template?

They can see the name of the template in the admin bar, but they cannot click the link into the theme editor unless you have given them capabilities

評價

2018年4月4日
For years I am trying to customize my wordpress themes, as always I get lost! This plugin helped me a lot! Thank you! PS: I just created a account to give you 5 stars!
2016年9月3日 4 replies
It make the process of theme customization so much easier, I use it on every WordPress website I develop !
閱讀全部7個評價

貢獻者及開發者

“Template Debugger” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Template Debugger 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

3.1.2

  • New: Now honours custom wp-admin and wp-content paths.
  • Fixed: Broken theme editor link.

3.1.1

  • New: Show information about which block is being used (gutenberg editor).
  • Fixed: Execution timer echoing in the footer.
  • Fixed: Checkbox not unchecking.
  • Removed: Adsense from settings area

3.1.0

  • New: Get information about where the template part is being included.

3.0.0

  • New: Major rewrite of codebase
  • New: Optimized for performance
  • Fixed: PHP Undefined Warnings
  • Changed: Moved execTime to menu bar

2.2.3

  • Checked: Stable for version 4.8.2

2.2.2

  • New: Create custom post type templates from inside the post editing screen

2.2.1

  • New: Plugin ready for translations
  • Changed: Improved page template creating

2.2.0

  • New: Create page templates from inside the post editing screen

2.1.3

  • Fixed: PHP Notice
  • Fixed: Top nav item broken link
  • Changed: Script enqueue label

2.1.2

  • Fixed: Show theme slug when name not set
  • Changed: Removed PHP short tags

2.1.1

  • New: Current template file highlighted with an asterisks (*)
  • Fixed: Link to theme editor broken

2.1.0

  • New: You can now generate a child theme inside Template Debugger
  • Fixed: Missing minified CSS file

2.0.1

  • Updated: Name changed from Template Quick Edit Link (a bit of a mouthful!) to Template Debugger
  • Updated: Add minified version of CSS
  • Updated: Reformatted code
  • Updated: Updated settings page

2.0

  • New: Ability to see what plugin files are being included
  • New: Ability to navigate recursively through directories
  • New: Settings Page to exclude specific plugins from showing
  • New: Specify level of recursive in settings
  • Fixed: Plugin running while in the dashboard
  • Fixed: Overflow issues

1.1

  • Fixed: Dropdown items missing when list too long for viewport

1.0.1

  • Now shows a dropdown of all template includes, if you are using a parent and child theme combo it will nest them nicely by theme location

1.0.0

  • Initial Release