前言介紹
- 這款 WordPress 外掛「Extensible Widgets」是 2010-02-05 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2010-03-18,距離現在已有 5526 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 2.8 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
mvc | manager | widgets | patterns | management |
內容簡介
itter account and display them in a view template.
這個外掛提供了許多實用的小工具,對於開發人員和使用者來說都非常有用。它是採用 PHP 5 物件導向架構所撰寫的系統,因此非常適合進行修改和擴充。它包裝了 WordPress Widget API,提供了另一種、更強大的方法來進行鉤子(hook)和使用Widgets。Widgets是WordPress的使用者介面模組,已經支援管理和客戶端檢視。這個系統只是利用這點來實現更高的潛力。
這個外掛最初是我長期以來在許多專案中開發和使用的小工具集合。最後,我把它們合併成一個總體,現在就是所謂的「可擴充Widgets」外掛。目前我還沒有完整的外掛功能和程式碼庫的文檔。
簡而言之,這個外掛在當前狀態下是一個PHP widget類別管理器,同時也是一個實用的widgets類別集合,可擴充各個功能。當啟動這個外掛時,已包含的widget類別不會自動註冊,也不會出現在 WordPress Widgets管理頁面中。要啟用所需的widgets,必須轉到「可擴充Widgets」註冊頁面。從那裡開始可讀取短描述,然後註冊。
這個外掛還附帶有匯出和匯入頁面。您會注意到這個功能非常有用,可以備份所有widgets和「可擴充Widgets」設置的當前數據。我覺得這是非常必要的,因為當使用「可擴充Widgets」時,這些小數據突然變成了網站的主要方面。如果發生問題,我需要提供可接受的方法來檢索、備份和恢復這些數據。
最常用的widgets簡介如下:
Widget Group:使用此widget可以創建新的小工具組,那麼widget就變成了一個widget?是的......這才有趣。
Query Posts:一個widget可以創建和使用子查詢或使用當前全局查詢,並以視圖範本輸出結果。
Context:更多基本選項,對於任何小工具都很好,但是這個widget專門用於控制小工具出現的位置。
Widgets
這些是隨此外掛附帶的widgets,但是這些widgets都未預先註冊。這是為了讓您根據需要進行註冊。每個widget都建立在另一個widget的基礎上,您可以在「可擴充Widgets」註冊頁面上查看其層次結構。
Widget Base
「可擴充Widgets」的基礎,雖然本身沒有太多功能,但仍然可以作為一個有用的動態元素。
Context
更多基本選項,對於任何小工具都很好,但是這個widget專門用於控制小工具出現的位置。
View
使用視圖範本控制系統,傳遞自定義參數以以任何所需格式顯示數據。
Content
使用此widget可以輸入任何數據(例如:文本/HTML/XML/JavaScript),並在視圖模板中選擇是否訪問它。
Date
使用此widget可以選擇視圖模板,處理任何任意日期。
Widget Group
使用此widget可以創建新的小工具組,那麼widget就變成了一個widget?是的......這才有趣。
Query Posts
一個widget可以創建和使用子查詢或使用當前全局查詢,並以視圖範本輸出結果。
QP Extended
這是Query Posts widget的擴展版本,具有受控的表單。
使用此widget可以檢索指定Twitter帳戶的狀態,並以視圖範本顯示它們。
原文外掛簡介
In addition to adding numerous extremely useful widgets for developers and users alike, this plugin is a system written on a PHP 5 object oriented structure. In short, it is built for modification and extension. It wraps the WordPress Widget API to allow for an alternative, and in my opinion more robust method to hook into and use it. Widgets are WordPress’s version of user interface modules. They already support an administrative and client-side view. This system simply leverages that with a higher potential in mind.
This plugin started as a collection of widgets that I developed over time and used in numerous projects. I eventually merged them into one conglomerate which is now known as the ‘Extensible Widgets’ plugin. Currently I do not have extensive documentation on the plugin functionality and code-base yet.
A Quick summary is that this plugin in its current state is a PHP widget class manager, as well as a collection of useful widget classes that build on each other for extended functionality. When the plugin is first activated, the widget classes included are not registered automatically, and will not appear within your WordPress widgets administration page. To activate your desired widgets you must go to the ‘Extensible Widgets’ Registration page. From there you can read a short description before registering anything.
This plugin also comes with an Export and Import page. You will notice this functionality is very useful in backing up your current data of all your widgets and ‘Extensible Widgets’ settings. I felt this was a major necessity since while using ‘Extensible Widgets’ these little pieces of data suddenly turn into major aspects in the whole of your website. I needed to give an acceptable method of retrieving, backing up, and restoring that data if something bad happens.
A quick summary of the most useful of the widgets included:
Widget Group: Use this widget to create a new widget group, as a widget? Yes… this is where it gets interesting.
Query Posts: A Widget than can create and use a sub-query or use the current global query and output the results in a view template.
Context: More basic options that would be good for any widget, but this widget is specifically used for controlling where widgets appear.
Widgets
These are the widgets that come with this plugin. No widget here is pre-registered, this is to let you register them as needed. Each widgets builds on another’s functionality, and you may view the hierarchy from within the ‘Extensible Widgets’ registration page.
Widget Base
The base for ‘Extensible Widgets’ and not much on its own, it can still serve as a useful dynamic element.
Context
More basic options that would be good for any widget, but this widget is specifically used for controlling where widgets appear.
View
Use the view template control system and pass custom parameters to display data in any desired format.
Content
Use this widget to enter any data (ex: text/HTML/XML/JavaScript) and optionally access it within in a view template.
Date
Use this widget to select a view template and handle any arbitrary date.
Widget Group
Use this widget to create a new widget group, as a widget? Yes… this is where it gets interesting.
Query Posts
A Widget than can create and use a sub-query or use the current global query and output the results in a view template.
QP Extended
This is an extended version of the Query Posts widget with a controlled form.
Twitter
Use this widget to retrieve statuses from a specified twitter account.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Extensible Widgets」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Extendify 》Extendify 是一個網站設計和製作工具平台,提供豐富的圖案和全頁面佈局,可用於 Gutenberg 區塊編輯器,幫助人們建立美麗的 WordPress 網站。, 使用 Extendif...。
Starter Sites & Templates by Neve 》一個基於雲端的模板庫,可讓您使用1個按鈕創建或使用現有的網站模板。, 超過100個初學者網站和模板可用於最流行的頁面構建器, 免費和付費模板和起始網站可供...。
Qi Blocks 》Qi Blocks 是由屢獲殊榮設計團隊之一的 Qode Interactive 開發的最大的 Gutenberg 區塊集合。基本版本的外掛帶有 48 個精心設計的自定義區塊,擁有前所未見的...。
Style Kits – Advanced Theme Styles for Elementor 》Style Kits 進一步擴展了 Elementor 主題樣式的靈活性,引入了最先進的基於容器的樣式圖書館和主題樣式預設,可在 Elementor 中加速您的設計流程。, Style Ki...。
Kits, Templates and Patterns 》總結:使用這個 WordPress 外掛,只需點擊一次即可匯入套件、模板和圖案。外掛會透過遠程引用呼叫我們的伺服器來匯入靜態示範內容。要使用此外掛,需要 WordP...。
Patterns Kit 》首頁 | 付費主題 | 所有主題 | 外掛程式 | 部落格, , Patterns Kits 是一款由 Sparkle Theme 創造的 WordPress 全站編輯主題的最靈活、簡易、且易於使用的外...。
Blocks Starter Templates 》- 提供專業設計的預製網站模板、個別頁面和圖案,全部使用WordPress區塊執行,無需第三方外掛程式。, - 使用WordPress具備FSE主題或啟用Gutenberg,選擇適合...。
Omnipress 》Omnipress是一個預製的WordPress設計區塊,類似於Gutenberg WordPress區塊編輯器,採取全面性的方法改變您整個網站。無論您是在構建第一個網站還是為生計編寫...。
BlockMeister – Block Pattern Builder 》使用 BlockMeister 輕鬆創建自定義區塊樣式。樣式可以像您使用區塊編輯器設計部落格文章或頁面一樣進行設計。, 您可以分配任何(自定義的)類別或關鍵字。這...。
Block Patterns for Food Bloggers 》一個專為食品部落客打造的漂亮區塊模式集合。, 查看示範, 什麼是 WordPress 模式?, WordPress 模式是一個由多個區塊有意地排列在一起的結構,可用於文章頁面...。
Pattern Manager 》Pattern Manager by WP Engine 是一個可以幫助 WordPress 用戶更有效率地建立區塊樣式的外掛,它提供了專門的區塊樣式創建和設計工作室,而且每次儲存時都會...。
Homer – Block Editor Tools 》🧰 這個外掛程序提供標籤編輯格式工具,讓您更輕鬆掌控內容。, 格式化功能, , , 文字變化動畫 🔁, , , 內置圖示庫 (包括漸層色板), , , 表情符號庫 😉, , , ...。
PatternsWP – Gutenberg Block Patterns & Page Templates Library 》總結:PatternsWP 是一個簡單易用的外掛,憑藉其直覺式的區塊模式庫,革新了您的 WordPress 設計流程。, , 問題與答案:, , 問:什麼是 PatternsWP?, 答:Pa...。
Aploblocks – Styling and Patterns for the block editor 》AploBlocks 將額外功能添加到 WordPress 核心區塊中。它專為區塊主題設計,可幫助您輕鬆實現令人難以置信的設計功能。如果您知道如何使用區塊編輯器,那麼您...。
MyWP Block Pattern – Block Pattern Builder for WordPress 》WordPress 區塊樣式建立外掛, 最簡單的方式來創建和保存自己的區塊樣式到您的網站中。, 使用 MyWP 區塊樣式,您可以輕鬆地:, , 將使用 Gutenberg 區塊製作的...。