page-template-dashboard
page-template-dashboard copied to clipboard
An easy way to see which templates your pages are using without having to view the page editor.
Page Template Dashboard
An easy way to see which templates your pages are using without having to view the page editor.
Description
Page Template Dashboard is a simple plugin that let's you easily survey which template each page is using without having to load the page editor.
If no template is assigned, then the 'Default' template will be rendered; otherwise, the user-friendly name (rather than the file name) will be displayed.
Finally, the plugin will properly handle the case when a page has a template assigned to it from a previous theme that does not exist in the current theme
The plugin is also fully localized for translation.
For more information or to follow the project, check out the project page.
Installation
Using The WordPress Dashboard
- Navigate to the 'Add New' Plugin Dashboard
- Select
page-template-dashboard.zip
from your computer - Upload
- Activate the plugin on the WordPress Plugin Dashboard
Using FTP
- Extract
page-template-dashboard.zip
to your computer - Upload the
page-template-dashboard
directory to yourwp-content/plugins
directory - Activate the plugin on the WordPress Plugins dashboard
Using Composer
-
composer require wpackagist-plugin/page-template-dashboard
Notes
Page Template Dashboard...
- Follows the WordPress Coding Standards
- Uses native WordPress API's (specifically the Plugin API)
- Respects WordPress bloggers everywhere :)