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

Custom Class Selector

外掛說明

The Custom Class Selector plugin allows users to style their post content using
custom classes made available by the active theme. Theme developers can make
custom style classes available within the visual editor by adding a simple
function to the functions.php file included with their theme.

安裝方式

This plugin follows the standard WordPress installation method:

  1. Upload the custom-class-selector folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Custom style classes can be selected from the ‘Styles’ menu in the visual editor

常見問題集

How can I use the custom classes?

When editing a post or page using the visual editor, you may select custom classes
from within the “Styles” menu on the editor toolbar.

Theme Developers: How do I define custom classes for my theme?

Please reference the functions-sample.php file included with this plugin. This
file contains an example of the code that needs to be added to the functions.php
file within your theme directory. Copy the code and make sure to change the
configuration values accordingly.

How do I get help if I have a problem?

Please direct support questions to the “Plugins and Hacks” section of the
WordPress.org Support Forum. Just make sure and include the tag
‘custom-class-selector’.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

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

參與者

將〈Custom Class Selector〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

version 0.1 (Nov 05, 2009)

  • In the beginning …