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

Custom Page Templates Setup

描述

This plugin offers you the ability to add custom page template files to your WordPress installation without having to manage
theme folders or use a ftp client. Simply upload the custom template file you have been working on and it will be registered
with WordPress as a template option for your pages. This plugin is straight to the point and has a clean user interface using
W3.CSS.

Plugin menu is located under ‘Appearance’ menu.

Attribution: This post online and code on github by wpexplorer:
http://www.wpexplorer.com/wordpress-page-templates-plugin/
https://github.com/wpexplorer/page-templater

螢幕截圖

  • A clean user interface to manage user generated custom page templates.
  • New page template options on the 'Edit Page' screen after uploading custom templates.

安裝

Install and activate the plugin and then find it’s options page as a submenu under the Appearance menu.

To get started, simply upload a custom page template and it should automatically be registered with WordPress, and thus it will
be an option on the ‘Edit Page’ screen under ‘Page Attributes’->’Template’ as a drop-down option.

Step By Step:

  1. Upload the plugin files to the /wp-content/plugins/custom-page-templates-setup/ directory, or install the plugin directly
    through the WordPress plugin repository (‘Plugins’->’Add New’->’Search Plugins’->’Install Now’).
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to the option page (‘Appearance’->’Custom Page Templates’).
  4. Upload a custom page template php file.
  5. Go to the ‘Edit Page’ screen for desired page.
  6. Change the page template under ‘Page Attributes’->’Template’.

常見問題

Why did you make this plugin?

A friend recommended me to make this functionality into a plugin instead of incorporating it into a larger plugin.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Custom Page Templates Setup” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Custom Page Templates Setup 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

v1.0 (2016-05-09)

  • Initial plugin.

v1.1 (2016-05-19)

  • Updated code to correct php errors for when plugin is initally activated.