前言介紹
- 這款 WordPress 外掛「CatWalker」是 2011-05-05 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2015-04-23,距離現在已有 3962 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.1 以上版本才可以安裝。
- 有 4 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
widgets | categories | intersections | Custom Taxonomies |
內容簡介
「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
原文外掛簡介
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.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「CatWalker」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
0.6 | 0.7 | 0.8 | 0.9 | 1.0 | 1.1 | 1.2 | 1.3 | 1.2.1 | 1.2.2 | 1.2.3 | 1.3.1 | trunk |
延伸相關外掛(你可能也想知道)
One Click Demo Import 》這個外掛的最佳功能在於主題作者可以在他們的主題中定義導入文件,所以所有使用該主題的用戶只需點擊「導入演示數據」按鈕即可。, , 你是主題作者嗎?, 為你...。Ocean Extra 》mplates IMPORT, With Ocean Extra, you get access to a wide range of both free and premium website templates to import to your website with a single...。
SiteOrigin Widgets Bundle 》rdPress website since 2013. Our Widgets Bundle is actively developed and regularly updated to ensure compatibility with the latest WordPress update...。
Jeg Kit for Elementor – Powerful Addons for Elementor, Widgets & Templates for WordPress 》這是為了 Elementor 頁面建構器所設計的額外小工具,它包含 40 種高度可自訂的小工具。, 必要小工具, 我們提供小工具,您可以按照自己的需求進行自訂。, , 手...。
Blocksy Companion 》Blocksy Companion 是一個外掛,將 Blocksy 主題轉化為強大的瑞士軍刀工具。, 只有在安裝並啟用 Blocksy 主題時,它才會運行並添加增強功能。, 最小需求, , W...。
Widget Importer & Exporter 》Widget Importer & Exporter 是一個有用的外掛,可將小工具從一個WordPress站點移動到另一個站點,備份小工具,並供主題開發人員為用戶提供範例小工具。...。
Unyson 》, 您覺得這款外掛有幫助嗎?請考慮給它一個五星評價。, , Unyson - 一個免費的拖放框架,附帶許多內建的擴充功能,可以協助您輕鬆快速地開發高級主題。, 贊助...。WooSidebars 》使用 WooSidebars,您可以根據情境(例如特定頁面、特定博客文章、某些類別或搜尋結果屏幕)更改顯示在側邊欄(小部件區域)中的小部件。設置顯示在多個條件...。
Widget CSS Classes 》Widget CSS Classes 可以讓您給 WordPress Widget 添加自定義的 class 和 id, 請注意,此外掛並不支援輸入自定義的 CSS。您需要修改主題的 style.css,或加入...。
Lightweight Sidebar Manager 》通常您會在網站上看到一個側邊欄,但有時需要在特定頁面上顯示相關的不同側邊欄。例如,在 WooCommerce 頁面上,顯示相關或熱門產品的側邊欄比最新評論或博客...。
Hello Plus 》**總結:**, Hello+ 是一個免費的 WordPress 外掛,專為與 Elementor 的 Hello Themes(例如 Hello Biz)無縫合作而設計。它提供了堅固的基礎,讓使用者可以...。
Sidebar Widgets by CodeLights 》❗ 很抱歉,由於 SiteOrigin 的 widgets API 完全更改,CodeLights 不再支援 SiteOrigin Page Builder 的原生使用。解決方案:您仍然可以在純文字編輯器中創...。
UiCore Elements – Free widgets and templates for Elementor 》```html, <!DOCTYPE html>, <html>, <body>, , <h3>UiCore Elements 外掛總結:</h3>, <p>UiCore Elements 是一個多功...。
Widget Context 》使用 Widget Context 外掛在網站的特定部分 (如首頁、文章、頁面、檔案、搜尋等) 中顯示或隱藏小工具。該外掛可支援使用 URL 定位來達到最大的彈性。, , 高級...。Widgets on Pages 》這是添加小工具到文章和/或頁面最簡單,也是評價最高的方法。您可以創建無限的動態側邊欄(小工具區域),把它們插入到 WordPress 文章或頁面中。, 從設置菜...。
