[WordPress] 外掛分享: CatWalker

首頁外掛目錄 › CatWalker
10+
安裝啟用
★★★☆☆
3/5 分(4 則評價)
3984 天前
最後更新
問題解決
WordPress 3.1+ v1.3.1 上架:2011-05-05

內容簡介

「catWalker」外掛可讓您在WordPress分類中做更多事情,此外掛有以下主要用途:

產生可客製化的分類清單並嵌入頁面或文章內容中
建立可設定的小工具,讓訪客更輕易地找到兩個分類的文章或頁面交集
在頁面或文章中列出交叉分類的清單
列出某一分類的文章或頁面清單在頁面或文章中
在每篇文章的底部自動列出該篇文章所歸屬的分類
在每篇文章的底部自動列出歸屬於同一分類的其他文章
客製化設定分類彙整頁面的排序偏好和文章數量等

此外,使用者還可以選擇使用階層式自訂分類法(稱為「屬性」),並可套用於頁面和文章。若使用「屬性」自訂分類法,則大部分以上功能都可套用至頁面和文章。

分類清單

若要產生您網站的分類清單,請在任何文章或頁面中加入以下shortcode(在中括號內):

[categories]

分類清單高度可客製化。例如,若只想顯示分類樹中的其中一個分支,您可以建立以下shortcode:

[categories child_of=”#”]

其中#即為父分類的ID。

這僅是您可用來客製化清單的許多屬性之一。您可以使用下方連結中所記載的選項:

https://codex.wordpress.org/Template_Tags/wp_list_categories

此外,您可設定清單的「taxonomy」。一般而言,您將可選擇使用內建的「類別」taxonomy或此外掛所附帶的自訂「屬性」taxonomy。

前往「設定」>「寫作」以選擇是否使用「屬性」自訂分類法,並選擇是否將其設定為CatWalker所有功能(shortcode和CrossCategorizer小工具)的預設值。

Cross Categorizer小工具

在展示頁面上,Cross Categorizer小工具包含兩個可設定的分類下拉清單。選擇兩個分類後,點擊「搜尋」即可查看屬於兩者的文章或頁面。

在管理者頁面上,您可以根據需要在每個下拉清單中設定不同的分類分支。

從1.3.1版本開始,您也可以選擇列出空白分類。以前,空白分類是不會被列出的,這仍是預設行為。

Cross Categorizer shortcode

您可以在任何文章或頁面中加入可設定的交叉分類列表。使用以下shortcode:

[crosscat]

配合下方連結中所記載的任何選項使用:

https://codex.wordpress.org/Function_Reference/get_categories

若要顯示交叉分類,請加入「intersector」attribute。清單中的分類將指向同時屬於該交叉分類和該年份課程的文章或頁面。例如,若「10」是「年份」分類的ID,下屬子分類為「2011」、「2010」、「2009」等,而「20」是某個特定課程的ID。以下shortcode將列出所有Years的子分類,而連結名稱只會指向已被歸類為該年份課程的文章或頁面:

[crosscat child_of=”10″ intersector=”20″]

清單中會顯示每個交叉分類的結果數量,並且找不到結果的連結會是半透明的。

列出分類文章

U

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.3.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「CatWalker」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

The catWalker plugin lets you do more with WordPress categories. The plugin has these main uses.

Generate a customizable list of categories within the contents of a page or post
Create a configurable widget that will make it easy for visitors to find posts or pages at the intersection of two categories
Generate a list of cross-categorizations on a page or post
List the posts or pages from a given category on a page or post
Automatically list at the bottom of each post the categories which have been assigned to that post
Automatically list at the bottom of each post other posts in the same category
Customize the ordering preferences and number of posts on category archive pages

In addition, users can opt to use a hierarchical custom taxonomy (called “Attributes”) that applies to Pages as well as Posts. If you use the Attributes taxonomy, most of the above options can be used on pages as well as posts.
List categories
To generate a list of your site’s categories add the following shortcode (in square brackets) to any post or page:
[categories]
The listing is highly configurable. To show just one branch of your category structure, for instance, you can create a shortcode like this:
[categories child_of=”#”]
where the # stands for the id of the parent category.
This is only one of many attributes that you can use to customize your list. In general, you should be able to use any of the options documented at:
https://codex.wordpress.org/Template_Tags/wp_list_categories
In addition, if you can set a ‘taxonomy’ for your listing. In general, your choices will be to use the built-in “Categories” taxonomy or the custom “Attributes” taxonomy that comes with this plugin.
Go to Settings > Writing to choose whether or not to use the custom “Attributes” taxonomy, and whether or not to make it the default for all CatWalker functions (shortcodes and the CrossCategorizer widget).
Cross Categorizer widget
On display pages, the Cross Categorizer widget includes two configurable dropdown lists of categories. Choose two categories, then click “Search” to view the posts or pages that belong to both.
On the admin side you can configure the widget to show different category branches in each dropdown.
As of version 1.3.1 you can also opt to list empty categories. Previously empty categories were not listed, and that is still the default behavior.
Cross Categorizer shortcode
You can add a configurable list of cross-categorizations to any post or page. Use this shortcode
[crosscat]
with any of the options documented at:
https://codex.wordpress.org/Function_Reference/get_categories
To show cross categorizations add an “intersector” attribute. The list of categories will then link only to posts that belong also to the intersector category. Imagine, for instance, that “10” is the id for a category called “Years” with child categories “2011,” “2010,” “2009,” etc. Let “20” be the id for a category that names a particular course. The following shortcode would list all the children of Years, and the linked names would point only to posts or pages that had been categorized as belonging to the course in a give year.
[crosscat child_of=”10″ intersector=”20″]
The listing will show the number of results for each cross categorization, and links that do not find any results are semi-transparent.
List category posts
User the shortcode:
[category-posts]
to list on a page or post all the posts or pages belonging to a particular category (or other taxonomy term).
Custom “Attributes” Taxonomy
The hierarchical custom taxonomy “Attributes” applies to Pages as well as Posts. Activated it in the “Catwalker Options” section on the “Settings > Writing” page, where you can also opt to make “Attributes” the default taxonomy for CatWalker functions.
Post Attributes Listing
If you are using the custom Attributes taxonomy, you may want to include a list of Attributes assigned to a given post or page at the end of that post or page. Many themes offer similar lists of tags and categories, but because these lists are typically theme-specific, it is not possible to provide a theme-generic solution. On the other hand, you can improve your chances by setting a CSS class for the attributes listing so that it will be styled similarly to the category listing in your theme. You can set both of these options on the Settings > Writing page in the CatWalker Options settings.
Related Posts Listing
You can automatically add a list of related posts or pages to the end of every post or page by checking the appropriate box on the Settings > Writing page. You can designate specific categories or attributes to be included, you can specify categories or attributes whose child-terms will be included, or you can leave those inputs blank to list related posts for all terms. In a similar way, you can list terms for which to include no related-posts lists. The automated related-posts listing will operate only on your CatWalker default taxonomy.
Custom order and limit on Category Pages
(Currently available only for Categories and not for the custom Attributes taxonomy.) Go to the “Catwalker Options” section of the “Settings > Writing” page. Check the box to use a custom ordering and choose your preferences from the drop-down menus. You can sort by date or title, ascending or descending. You can also choose a custom number of posts to display on category archive pages.

文章
Filter
Apply Filters
Mastodon