前言介紹
- 這款 WordPress 外掛「WP Multiple Taxonomy Images」是 2016-08-08 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 200 個安裝啟用數。
- 上一次更新是 2016-08-15,距離現在已有 3184 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.0.1 以上版本才可以安裝。
- 有 2 人給過評分。
- 論壇上目前有 1 個提問,問題解答率 0%
外掛協作開發者
外掛標籤
category image | Multiple Tax Images | Multi Images Categories | Multiple Taxonomy Image | Multiple Taxonomy Images |
內容簡介
WP Multiple Taxonomy Images 外掛允許您在一個分類學術名詞中添加多個圖像。
它支援分類、標籤和自訂分類學術名詞。每個學術名詞可以有不同數量的圖像。
適用於自訂分類、標籤和自訂分類學術名詞。
每個學術名詞可以有多個圖像。
每個學術名詞的圖像數量可以單獨更改。
在學術名詞列表中有縮略圖預覽。
在編輯學術名詞時可以更改圖像。
透過簡單的設定頁面可以排除某些分類學術標籤。
使用方法
使用 取得所有圖像的 URL 陣列。
使用 取得所有圖像的 HTML img-tag。
使用 取得每個圖像的 metadata 陣列。
每個陣列元素都是一個物件,對應每個單獨圖像由 wp_get_attachment_metadata() 傳回的回傳值。
如果您不知道在所使用的分類學術標籤範本中當前學術名詞的 $term_id,可以透過以下命令查詢:
$tax_obj = get_queried_object();
$term_id = $tax_obj->term_id;
原文外掛簡介
The WP Multiple Taxonomy Images Plugin allows you to add multiple images to a term.
It supports category, tags and custom taxonomies. Terms can have a different number
of images.
Works with custom categories, tags, and custom taxonomies.
Multiple images per term.
Number of images can be changed individually for each term.
Thumbnails overview in the term list.
Images can be changed when editing terms.
A simple settings page allows you to exclude certain taxonomies.
Usage
Use to get an array of all image URLs.
Use to get all images as HTML img-tags.
Use to get an array of every image metadata.
Each array entry has an object, which corresponds to the return value of wp_get_attachment_metadata() for each single image.
If you do not know the $term_id of the current term in your category/taxonomy template, then you
can query it with the following command:
$tax_obj = get_queried_object();
$term_id = $tax_obj->term_id;
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WP Multiple Taxonomy Images」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。