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

Kopa Framework

外掛說明

The Kopa Framework plugin is an easy way to get theme options, sidebar manager, layout manager and custom layouts feature to your WordPress site.

安裝方式

  1. Upload the files to the /wp-content/plugins/kopa-framework/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Appearance->Theme Options and use.

常見問題集

Installation Instructions
  1. Upload the files to the /wp-content/plugins/kopa-framework/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Appearance->Theme Options and use.

使用者評論

2016 年 9 月 3 日
Good framework, easy to use. 5 stars
2016 年 9 月 3 日
It save my time to do a theme, thank you so much
閱讀全部 5 則使用者評論

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

1.3.5

  • Fix bug with function sanitize_email

1.3.4

  • Fix css group metabox

1.3.3

  • Fix: add new function to escape data for field “datetime”

1.3.2

  • Edit field’s description. Allow tags ‘b’, ‘i’, ‘p’
  • Fix field link not working with “compress mode”

1.3.1

  • Fix saving field meta in Metabox Group

1.3.0

  • Deprecated ‘chosen_singular’ use ‘singular’ with ‘multiple’=>’true’ instead.
  • Deprecated ‘icon’ use ‘icon_picker’ instead.
  • Add widget_start(), widget_end() to Kopa_Widget Class
  • Add form field files in /include/admin/fields in Kopa_Widget
  • Add new field ‘link’
  • Add Group Tab in Metabox
  • Add the case Show metabox only ‘front_page’ or ‘posts_page’
  • Register icon fonts: “font-awesome” and “themify” for front-end.

1.2.9

*Fix: default checkbox field in term meta
*Fix: image field js
*Add new filter: kopa_admin_assets_allow_other_pages

1.2.8

  • Fix: field “chosen_singular” display blank.

    =1.2.7 =

  • Fix: invalid attribute “class” of field “textarea”
  • Add field: “radio_image”

1.2.6

  • Improve: hook “admin_enqueue_scripts”

1.2.5

  • Add new 4 fields: chosen, chosen_singular, repeater, repeater_link ( widget )

1.2.4

  • Tested up to: WordPress version 4.6
  • Apply filter: “kopa_is_load_compiled_assets”
  • Replace function (), _e() by esc_html(), esc_html_e()

1.2.3

  • Add new 5 fields: chosen, chosen_singular, repeater, repeater_link, icon_picker ( metabox, theme-options )

1.2.2

  • Fix Advanced fields JS bug

1.2.1

  • Fix some CSS

1.2.0

  • Change the way to reset ‘theme option’.
  • Fix bug css icon dialog

1.1.9

  • Allow third-party add custom taxonomy field.
  • Add form field files in /include/admin/fields
  • Add new field: image

1.1.8

  • English wording.

1.1.7

  • Fix bug advance field don’t working with older themes.

1.1.6

  • Optimize source code: rename all prefixs to “kopa”
  • Update font-awesome to version 4.6.3
  • Remove flaticon.css with font files

1.1.5

  • Add new metabox-field: gallery_sortable

1.1.4

  • Add new action: kopa_{metabox-id}_saved

1.1.3

  • Add new filter: kopa_get_custom_layouts_for_private_object
  • Add new filter: kopa_get_selected_layout_for_private_object

1.1.2

  • Update: some icon fonts
  • Fix: move include function default_filters from __construct to hook “after_setup_theme”

1.1.1

  • Fix bug: datetime field not show in metabox.

1.1.0

  • Add: filter ‘kopa_front_enable_register_flaticon_font’ to enable/disable register flaticon font.
  • Add param ‘hide_in’ to enable hide custom layout for ‘post type’ and ‘taxonomy’ in edit mode
    Example to hide custom layout for post type ‘product’ in edit mode. You can use:
    $args[] = array(
    ‘screen’ => ‘product’,
    ‘taxonomy’ => false,
    ‘layout’ => ‘product-single’,
    ‘hide_in’ => true
    );

1.0.11

  • Add: some advanced fields ( gallery, datetime, icon ) to framework.
  • Add: filter to enable using advanced fields.
  • Add: some basic fields for taxonomy metabox: text, select, multiselect, checkbox.

1.0.10

  • Updated: show theme options by default
  • Updated: add hooks for optional include theme options, sidebar manager, layout manager, backup manager

1.0.9

  • Fix: “The Called Constructor Method For WP_Widget Is Deprecated Since Version 4.3.0! Use __construct()”.

1.0.8

  • Updated: FontAwesome from 4.0.3 to 4.3.0
  • Fix: move include Master widget “Kopa_Widget” from hook “widgets_init” to __construct
  • Add: filter kopa_widget_form_field_[field_type]

1.0.7

  • Updated: ‘validate’ attribute of textarea control arguments to save textarea control value without validating

1.0.6

  • Placeholder for font size field of select_font control

1.0.5

  • Add support for register metabox
  • Types are supported by metabox (text, number, url, password, email, select, multiselect, checkbox, multicheck, textarea, radio, upload )
  • Updated: sanitize for select_font, make sure all attributes are available

1.0.4

  • Add support for widget upload control
  • Add media uploader script (kopa_media_uploader)

1.0.3

  • Allows some html tags (em, strong, code, a, abbr, acronym) in ‘desc'(description) attribute of option arguments

1.0.2

  • Removed: font-awesome from custom layout style

1.0.1

  • Sanitize for number option type

1.0.0

  • First version