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

Customizer UI

外掛說明

The WordPress customizer is an amazing tool that developers can use to make their themes easily customizable by their users.

However, creating fields for it requires quite a bit of coding, and lots of trips to the Codex. WPCUI uses a user-friendly design
to allow the developer to create sections and controls, and get on to what really matters… creating amazing websites!

螢幕擷圖

  • Adding controls to the "Front Page" customizer section on a WordPress website.

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/wpcui directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Navigate to the Customizer UI page found on the left of the admin panel
  4. Create a new section by naming it
  5. Create any controls for the section. Give each control an ID.
  6. Utilize the controls in your theme code by pulling the saved value for the control. ie. get_theme_mod(‘control_id’)

使用者評論

2020 年 11 月 18 日 1 則留言
Is a pretty great plugin if you struggle like me fully understanding how wordpress codex works at its fullest, not the best, I know, but it accomplish the need to add custom settings; the only thing I could ask for is, have the opportuninty to uninstall the plugin but keep the created sections.
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Customizer UI〉的開發相關工作。

參與者

〈Customizer UI〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Customizer UI〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.1.0

  • New page to set a global control id prefix
  • New Section Manager page which allows for changing priorities of all sections, including core sections
  • Section Manager also allows the user to change the visibility of any section, including core sections
  • Main customizer builder page now has a ‘duplicate’ button on each section, allwing the user to completely duplicate a section and all controls within.

1.0.2

  • Minor updates to fix information on plugin listing

1.0.1

  • First public release!