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

Pollux

描述

Pollux allows you to easily add custom Post Types, Taxonomies, Meta Boxes, Global Settings, Archive Page meta, and more…all within mere minutes.

Instead of drag-and-drop, all configuration is added using simple YAML markup on the Pollux settings page.

Pollux uses the Meta Box plugin to add custom meta-boxes. If the Meta Box plugin is not installed, Pollux will prompt you to do so on the Pollux settings page.

Please see the plugin wiki for complete examples on how to use YAML markup in the plugin. Once you’ve used it, you’ll wonder how you ever managed without it!

Pollux was made to complement themes built on the Castor framework (i.e. Castor), but it can be used with any theme.

螢幕截圖

  • A view of the Pollux settings "General" tab

  • A view of the Pollux settings "Taxonomies" tab

  • A view of the Pollux settings "Post Types" tab

  • A view of the Pollux settings "Meta Boxes" tab

  • Pollux includes complete documentation

  • A view of the "Post Archive" page

  • A view of the "Site Settings" page

安裝

Minimum plugin requirements

  • PHP 5.6
  • WordPress 4.7.0

Automatic installation

Log in to your WordPress dashboard, navigate to the Plugins menu and click “Add New”.

In the search field type “Pollux” and click Search Plugins. Once you have found the plugin you can view details about it such as the point release, rating and description. You can install it by simply clicking “Install Now”.

Manual installation

Download the Pollux plugin and uploading it to your server via your favorite FTP application. The WordPress codex contains instructions on how to do this here.

常見問題

How do I…?

Pollux includes comprehensive documentation. If your answer is not answered in the documentation, please open a new topic on the support forum.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

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

對開發相關資訊感興趣?

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

修改日誌

1.5.2 (2023-03-10)

  • Fixed compatibility with Meta Box

1.5.1 (2020-12-18)

  • PHP 8 support
  • WordPress 5.6 support

1.5.0 (2019-08-07)

  • Changed minimum required version of Meta Box to v5.0.1
  • Fixed compatibility with Meta Box v5

1.4.0 (2019-07-02)

  • Added syntax highlighting to documentation examples
  • Changed minimum required version of Meta Box to v4.17
  • Fixed compatibility with Meta Box

1.3.1 (2019-01-28)

  • Updated plugin URL

1.3.0 (2018-09-24)

  • Added ability to set required value of a meta box field dependancy (see documentation)

1.2.0 (2018-09-23)

  • Added ability to use arrays in condition values
  • Added plugin documentation
  • Fixed compatibility with some Meta-box addons

1.1.4 (2018-07-04)

  • Fixed possible activation check conflict

1.1.3 (2018-02-19)

  • Fixed plugin deactivation on unsupported systems

1.1.2 (2017-10-04)

  • Fixed archive settings

1.1.1 (2017-10-04)

  • Added compatibility with Give WP plugin
  • Fixed plugin localization

1.1.0 (2017-08-12)

  • [feature] Load pollux-hooks.php if it exists
  • An unknown column value is now ‘—’
  • Column thumbnail image is now the builtin ‘thumbnail’ size
  • Restricted column thumbnail max height/width to 64px
  • Show permalink in archive pages
  • Fixed a “SiteMeta” helper bug
  • Fixed PostMeta::get() to allow (array) get_query_var('post_type') as the group.
  • Fixed Settings meta-box fields that have multiple values (i.e. checkboxes)
  • Fixed taxonomy meta-box fields from incorrectly showing in the instructions meta-box

1.0.3 (2017-05-19)

  • Fixed post_type detection on post-new.php
  • Recompile config on reset

1.0.2 (2017-05-16)

  • Show admin notices for YAML parse errors
  • Replaced demo *.yml files in favour of github wiki pages

1.0.1 (2017-05-15)

  • [removed] Disabled raw strings until they can be parsed properly without using eval()
  • Fixed headings and divider fields from incorrectly showing in the instructions meta-box
  • Fixed negative conditions

1.0.0 (2017-05-13)

  • Initial plugin release