前言介紹
- 這款 WordPress 外掛「Effata Widget Areas」是 2021-05-11 上架。
- 目前有 20 個安裝啟用數。
- 上一次更新是 2021-09-07,距離現在已有 1334 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 5.1 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.1 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
area | widget | widgets | widgetarea | widgetareas |
內容簡介
想在特定頁面顯示不同的小工具嗎?
如果安裝這個外掛,您可以創建一個微件區域(側邊欄),並將其替換或串連到現有的微件區域。
您可以在不接觸主題的情況下創建新的微件區域。
您可以通過指定特定頁面、分類或標籤來顯示所創建的微件區域。
使用方式
在 外觀 > 微件區域 中創建一個微件區域
通過 WordPress 的 外觀 > 微件 選單將小工具放入創建的微件區域中
設定描述
微件區域文章類型設定的說明。
側邊欄定義
每個對應到 register_sidebar() 的參數。
register_sidebar(array(
'name' => 名稱
'description' => 描述
'class' => 類別
'before_widget' => 微件區域之前/之後的內容
'after_widget' => 微件區域之前/之後的內容
'before_title' => 微件標題之前/之後的內容,標題類別
'after_title' => 微件標題之前/之後的內容
));
顯示
操作
手動、合併、替換
設置顯示位置有三種選項:手動、合併、替換。
目標小工具
如果您選擇合併或替換操作,這是執行操作的微件區域設置。
位置
如果您選擇合併操作,這是顯示在微件區域之前或之後的設置。
例 1
操作:合併
目標小工具:主頁面
位置:在之後
所以,這個微件區域將在主頁面微件區域之後顯示。
例 2
操作:替換
目標小工具:側邊欄
那麼這個微件區域將顯示在側邊欄微件區域的位置。
但是,如果保留例子 2,側邊欄將在所有頁面上被替換。
因此,在條件回合框中設置條件。
條件
顯示微件區域的條件。
您可以在“文章”選項卡中指定文章 ID,並在“類別”選項卡中指定類別。
例如,在示例 2 的條件下,進一步
可見範圍:選擇頁面
文章和頁面:98765
然後,只有帶有文章 ID 98765 的文章的側邊欄可以顯示此微件區域,而不是側邊欄微件區域。
同樣,在示例 2 的條件下。
可見範圍:選擇頁面
專有詞:未分類
那麼,只有屬於未分類類別的文章可以顯示此微件區域,而不是側邊欄微件區域。
其他兩個是操作“手動”的選項。
PHP 代碼
此微件區域將顯示在此代碼所在的位置。
它應該是通過將其粘貼到主題上使用。
短碼
此微件區域將顯示在此代碼所在的位置。
您可以在任何地方使用它,例如文章和自訂 HTML 的微件。
原文外掛簡介
Want to display different widgets on a particular page only?
If you install this plugin, you can create a widget area(sidebar) and replace or concatenate it with an existing widget area.
You can create a new widget area without touching the theme.
You can display the created widget area by specifying a specific page, category, or tag.
How To Use
Create a widget area in Appearance > Widget Areas
Put the widget in the created widget area through Appearance > Widgets menu in WordPress
Description of settings
A description of the widget area post type settings.
Sidebar Definitions
Each corresponds to the argument of the register_sidebar().
register_sidebar(array(
'name' => Name
'description' => Description
'class' => Class
'before_widget' => Before/After Widget
'after_widget' => Before/After Widget
'before_title' => Before/After Widget Title, Title Class
'after_title' => Before/After Widget Title
));
Display
Action
Manual, Merge, Replace
There are three options for setting the display position: Manual, Merge, Replace.
Target Widget
If you select Merge or Replace in the Action, it is the setting for which widget area to perform the action.
Position
If you select Merge in the Action, it is the setting to display before or after the widget area.
Example 1
Action: Merge
Target widget: Home page
Position: After
Then, this widget area will be displayed after the home page widget area.
Example 2
Action: Replace
Target Widget: Sidebar
Then this widget area will be displayed instead of the sidebar widget area.
However, if you keep Example 2, the sidebar will be replaced on all pages.
Therefore, set the condition in the Conditions meta box.
Conditions
It is a condition that the widget area is displayed.
You can specify the post ID on the “Post” tab and the category on the “Term” tab.
For example, under the condition of Example 2, further
Visibility Range: Select Pages
Posts & Pages: 98765
Then, only the sidebar of the post with post ID 98765 can display this widget area instead of the sidebar widget area.
Also, under the conditions of Example 2.
Visibility Range: Select Pages
Term: Uncategorized
Then, only articles belonging to the uncategorized category can display this widget area instead of the sidebar widget area.
The other two are for the action “Manual”.
PHP Code
This widget area will be displayed where this code is located.
It is supposed to be used by pasting it on the theme.
Shortcode
This widget area will be displayed where this code is located.
You can use it anywhere, such as articles and custom HTML for widgets.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Effata Widget Areas」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Shipping Zones by Drawing for WooCommerce 》Shipping Zones by Drawing 允許您在地圖上繪製配送區域,並與 WooCommerce 一起使用。在定義運送區域時,您將不再受限於郵遞區號層級。, 通過將繪製的運輸區...。
Locations and Areas – Leaflet Map with Region Tabs 》這是一個擁有多個區域標籤、無需 API 金鑰、前端位置新增、標記集群和美麗的地圖和標記樣式等功能的絕妙地圖外掛程式。你可以在單一地圖上展示廣泛區域的位置...。
Private Area for WordPress 》👉 如需更多有關此外掛程式的資訊,請訪問文件網站。, , 創建真正私密的頁面。, 根據用戶角色區分訪問權限並從搜尋引擎中排除頁面(支持Yoast SEO, All in one...。
Simple Members Area 》現在市面上有許多真正做得很好、包容性強的會員外掛……但有時候它們可能過於複雜。, 「Simple Members Area」使您能夠在幾分鐘內設置一個登入使...。
Price Per Unit For WooCommerce 》這個外掛是使用最簡單且設置更多功能的 WooCoommerce 外掛,可以按單位售賣產品。, 這個外掛可以讓您依賴單位售賣您的產品, (重量、長度、面積和體積)。您可...。
Delivery Area with Google Maps 》Delivery Area With Google Maps外掛可以讓您使用Google Maps創建送貨區域。您可以在地圖的不同位置上繪製一個或多個多邊形,然後可以通過短代碼將它們放在您...。
MapHilight for WordPress 》MapHilight 可以輕鬆整合需要互動地圖或圖像所需的 JavaScript。基於 imagemapster jQuery 外掛,MapHilight 允許您自定義地圖或圖像上的懸停效果。, 此外掛...。
Powie's TextBlox 》使用簡碼(Shortcode)創建文字區塊、區域、部分或其他預設內容,然後將其插入到您的頁面中。因此,您可以簡單地更新標準文本。如果您在許多文章或頁面上都有...。
Restrict Role Login 》此外掛允許管理員根據使用者角色限制使用者登入。當您希望任何人都能註冊您的網站,但只想要特定身份(例如編輯者)進入登入區域時,此功能非常有用。, 可以...。
CFF Area and Perimeter Operations 》該外掛實現了“面積和周長”操作模塊,可從“計算字段表單”插件的方程式中使用。 “計算字段表單”插件是一個具有很大潛力的表單生成器,其“計算”控件是其巨大優勢...。
Area Chart 》面積圖或面積圖表以圖形的方式顯示數量數據。其基礎是線圖。通常會使用顏色、紋理和斑點來強調軸和線之間的區域。, 影片, 。
Delivery Area 》這是插件的詳細說明,沒有字數限制,你可以使用 Markdown(在以下的標籤中也是如此)。 , 為了向後兼容,如果此部分遺失,則會使用短描述的完整長度,並進行 ...。