
內容簡介
想要快速查看佈景主題的樣板檔案而不需開啟編輯器嗎?也曾想知道用於顯示當前頁面的樣板檔案是哪些嗎?
此外掛可以在工具列選單中顯示當前頁面所使用的所有佈景主題樣板檔案名稱,檔案名稱會按照它們被載入的順序顯示。點擊檔案名稱時,檔案內容會於您網站的頁尾顯示。
只有管理員和超級管理員才能訪問工具列選單和檔案內容。
更多信息可以參考外掛文件。
注意:只有當前佈景主題使用 wp_footer() 樣板標記時才能顯示檔案內容(大多數佈景主題都會這样做)。
可使用過濾器更改(覆蓋)外掛的預設設置或行為。
例如,
允許特定用戶訪問選單和內容(方便與其他人進行故障排除)。
同時包含外掛檔案。
將選單顯示於頁尾而非工具列。
更多信息可以參考過濾器文件。
路線圖
顯示流行語法突顯外掛的內容。
外掛標籤
開發者團隊
原文外掛簡介
Ever wanted to take a quick look at a theme template file without opening an editor? Or wondered what template files were used to display the current page?
This plugin displays all theme template file names in use for the current page in a toolbar menu. File names are shown in the order they were included. File content is displayed in the footer of your site by clicking a file name.
Only admins and super admins have access to the toolbar menu and file content.
For more information see the plugin documentation
Note: Display of file content only works if the current theme follows the recommended practice of calling the wp_footer() template tag (most theme’s do).
Filters can be used to change (override) the default settings or behavior of the plugin.
For example,
Allow specific users access to the menu and content. (convenient for troubleshooting with others)
Also include plugin files.
Show the menu in the footer instead of the toolbar.
For more information see the filter documentation.
Roadmap
Show content with popular syntax highlighter plugins.
