前言介紹
- 這款 WordPress 外掛「Multi-Column Taxonomy List」是 2011-04-11 上架。
- 目前有 500 個安裝啟用數。
- 上一次更新是 2014-01-28,距離現在已有 4114 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.0 以上版本才可以安裝。
- 有 15 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
mmuro |
外掛標籤
tag | tags | category | taxonomy | categories |
內容簡介
p>多欄位分類清單 (Multi-Column Taxonomy List) 是一款外掛,能夠讓您將類別 (categories)、標籤 (tags) 或自定義分類 (custom taxonomies) 列成多欄位。
這款外掛非常適合用於自定義檔案存檔索引頁面,將所有類別、標籤和自訂分類顯示在單一頁面上。您還可以將清單轉換為鏈接,連結到您的分類頁面 RSS 訂閱鏈接。
使用方法
簡碼屬性
您可以在頁面內容中添加簡碼 [mctl] 以實現新的清單。默認情況下,它會將類別分成三欄,標題為 "類別"。您可以使用以下格式的屬性自定義輸出:[mctl taxonomy='post_tag' title='標籤']。
taxonomy:從中檢索詞彙的分類法
有效值: category、post_tag、custom_taxonomy_name
不允許多個值
默認值: category
title:設置清單的標題
有效值:任何字符串
默認值: 類別
title_container:將標題包裝在 HTML 元素中
有效值:任何 HTML 元素
推薦值: h1、h2、h3、h4、h5、h6、p
默認值: h3
columns:設置要使用的列數
有效值:任何整數
默認值: 3
orderby:按名稱、唯一 ID、slug 或此類別中帖子的計數排序詞彙
有效值: name、id、slug、count
默認值: name。
order:分類順序 (升序或降序) 的排序方式
有效值: ASC、DESC
默認值: ASC
alpha_grouping:輸出每個字母的字母分組
有效值: 0、1
默認值: 0
show_count:切換每個詞彙中目前帖子計數的顯示。 0 是關閉,1 是開啟
有效值: 0、1
默認值: 0
exclude:從結果中排除一個或多個詞彙。
有效值:逗號分隔的唯一 ID。 (例如:exclude='12,13,22')
默認值:沒有默認值
parent:獲取此詞彙的直接子元素
有效值:任何整数
不允許多個值
默認值:沒有默認值
child_of:獲取此詞彙所有子孫元素
有效值:任何整数
不允許多個值
默認值: 0
rss:將清單轉換為分類頁面 RSS 訂閱鏈接。0 是關閉,1 是開啟
有效值: 0、1
默認值: 0
rss_image:當 rss 開啟時使用自定義圖像 RSS 圖像圖標。
有效值:圖像的完整 URL
默認值: /wp-includes/images/rss.png
number:要顯示的詞彙的最大數量
有效值:任何整数
默認值:顯示所有詞彙
原文外掛簡介
Multi-Column Taxonomy List is a plugin that allows you to list your categories, tags, or custom taxonomies into multiple columns.
This plugin is great to use on custom archives index pages to display all categories, tags, and custom taxonomies on a single page. You can also turn the list into links to the RSS feeds for your taxonomies.
Usage
Shortcode attributes
You can implement a new list by adding the shortcode [mctl] to the content of a page. By default, it will output the categories into three columns with a heading of Categories. You can customize the output using attributes in the following format: [mctl taxonomy='post_tag' title='Tags']
taxonomy: The taxonomy to retrieve terms from
Valid values: category, post_tag, custom_taxonomy_name
Multiple values not allowed
Default: category
title: Sets the title of the list
Valid values: any string
Default: Categories
title_container: HTML element to wrap the title in
Valid values: any HTML element
Recommended values: h1, h2, h3, h4, h5, h6, p
Default: h3
columns: Sets the number of columns to use
Valid values: any integer
Default: 3
orderby: Sort terms by name, unique ID, slug, or the count of posts in that term
Valid values: name, id, slug, count
Default: name
order: Sort order for the terms (either ascending or descending)
Valid values: ASC, DESC
Default: ASC
alpha_grouping: Output the first letter of each alphabetical grouping
Valid values: 0, 1
Default: 0
show_count: Toggles the display of the current count of posts in each term. 0 is false/off and 1 is true/on
Valid values: 0, 1
Default: 0
exclude: Exclude one or more terms from the results.
Valid values: unique IDs, separated by commas. (ex: exclude='12,13,22')
Default: no default
parent: Get direct children of this term
Valid values: any integer
Multiple values not allowed
Default: no default
child_of: Get all descendents of this term
Valid values: any integer
Multiple values not allowed
Default: 0
rss: Turns the list into links to RSS feed of term. 0 is false/off and 1 is true/on
Valid values: 0, 1
Default: 0
rss_image: Use a custom image RSS image icon when rss is on.
Valid values: full URL to image
Default: /wp-includes/images/rss.png
number: Max number of terms to display
Valid values: any integer
Default: display all terms
like: Return terms that begin with this value
Valid values: any string
Default: no default
search: Return terms that contain the ‘search’ string
Valid values: any string
Default: no default
Template tag
Alternatively, you can implement a new list by adding the the template tag anywhere in the code of your theme. Just like the shortcode, by default it will output the categories into three columns with a heading of Categories. You can customize the output using a string of parameters in the following format:
Refer to the above attributes for customizations.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Multi-Column Taxonomy List」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | trunk |
延伸相關外掛(你可能也想知道)
Meta Tag Manager 》Meta Tag Manager 3.0 在 2.0 的巨大成功基礎上進一步發揮了作用,也標誌著我們的新專業版附加元件的推出。自 2009 年以來,我們一直提供免費的、定期維護的...。
Media Library Assistant 》媒體庫助手提供多個增強功能,方便管理媒體庫,其中包括:, , , , [mla_gallery] 短碼,在文章、頁面或自訂文章類型中使用,添加圖片和/或其他媒體庫項目(...。
Visual Term Description Editor 》此外掛會將分類說明編輯器替換成WordPress TinyMCE視覺編輯器,讓您可以在分類說明裡使用 HTML 並以豐富文字方式撰寫。此功能支援所有分類法,如標籤、分類、...。
Post Tags and Categories for Pages 》將文章標籤與分類套件套用於所有頁面,讓您可以使用 WordPress 原生的分類功能來分類您的頁面,並且會顯示在 WordPress 存檔查詢裡。, 這個外掛並不會自動顯...。
Tag Pages 》此外掛讓你可以像處理文章一樣新增標籤至頁面。, 此外掛將 ‘post_tag’ 分類法加入頁面文章類型中。, 這樣就可以在新增或編輯頁面介面中顯示標籤...。
Flexible Posts Widget 》預設近期文章小工具非常簡單。我常常需要一個簡單的方法,能夠輕鬆地顯示任意文章類型或分類法的文章精選內容。這就是彈性文章小工具的由來。, 彈性文章小工...。
Essential Widgets 》Essential Widgets 是一款免費的 WordPress 插件,專門用於小工具,可以讓您在網站上創建和添加有趣的小工具,使其更具吸引力和親和力。Essential Widgets 忠...。
Cool Tag Cloud 》此外掛會以專業設計的標籤圖像作為背景,呈現標籤雲。, 此外掛的標籤雲具有完全回應式設計,可在所有瀏覽器中正確顯示。, 此外掛的主要使用方式是透過「Cool ...。
Category Tag Pages 》為您的頁面添加類別和標籤功能。, 此外掛會添加「post_tag」和「category」taxonomy (標籤和分類所使用的現有taxonomy名稱) 到「page」文章型別 (Post type) ...。
All Meta Tags 》這是一款易於使用、界面直觀的 WordPress 外掛程式,可以讓您輕鬆而安全地在 WordPress 管理區中直接添加自訂 Meta 標籤,而無需使用外部編輯器。, , 此工具...。
Simply Exclude 》請注意,所有試用版本 2.0 和 2.0.1 的用戶,升級 Simply Exclude 設置到 2.0 版本格式的邏輯中有錯誤。如果您失去了您的設置,現在可以手動重新加載它們。只...。
SEO Auto Linker 》想要自動創建角石內容嗎?WPA SEO Auto Linker 有助於實現這一目標。只需創建一個新的關鍵字或短語,系統就會將該關鍵字或短語鏈接到您選擇的 dofollow URL。...。
Ultimate Tag Cloud Widget 》這是高度可配置的標籤雲外掛,其主要功能包括:, , 整體、單個作者或多個作者 per cloud, 選擇要顯示標籤的分類或文章類型, 從抓取標籤時要包含哪些文章的規...。
Tag Groups is the Advanced Way to Display Your Taxonomy Terms 》組標籤外掛可以幫助你組織 WordPress 分類術語,並以雲、標籤、手風琴、表格、列表等方式顯示它們。你可以使用眾多選項自定義術語顯示,並在文章、頁面、區塊...。
Multi-column Tag Map 》Multi-column Tag Map外掛可以將您網站中所使用的標籤、分類、作者、頁面、文章、單一自訂文章類型或稅onomomies(稅別)以按字母順序和欄列方式列出,就像書...。