[WordPress] 外掛分享: Posts per Cat [Unmaintained]

WordPress 外掛 Posts per Cat [Unmaintained] 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Posts per Cat [Unmaintained]」是 2009-03-03 上架。
  • 目前有 300 個安裝啟用數。
  • 上一次更新是 2020-12-28,距離現在已有 1588 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.8.0 以上版本才可以安裝。
  • 有 8 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

urkekg | techwebux |

外掛標籤

list | posts | archives | category | categories |

內容簡介

Posts per Cat 是一個簡單的外掛程式,可以從部落格資料庫中抓取所有或選定的類別,然後列出每個類別中最新的 N 篇文章,可以按 1-5 個欄呈現。

重要通知:

Posts-per-Cat 外掛已不維護,這意味著不會再有進一步的更新或免費的外掛支援。

如果您有興趣取得此外掛,請聯繫我們。

特色:

- 可選擇每行顯示多少個欄位(一列、兩列、三列、四列或五列)。
- 可定義每個類別中要顯示的文章標題數量。
- 可定義要排除的類別 ID。
- 可定義要包含的類別 ID。
- 可切換顯示子類別。
- 可按類別 ID、標題或自訂順序排序。
- 可切換顯示置頂文章。
- 可切換使用自訂列表 CSS。
- 可優化 SEO 的永久連結 URI。
- 可整合至模板檔案,使用縮略碼 [ppc] 和選項或小工具。
- 可做本地化準備。
- 單個文章行的樣板系統,由用戶在純 HTML 中定義,用帖子元素的宏關鍵字。

縮略碼選項:

您可以使用 [ppc] 縮略碼,以下是選項(在縮略碼中設定選項以覆蓋上面的默認設置):

- `columns=2`:列數(1、2、3、4 或 5)。
- `minh=0`:方塊的最小高度(以像素為單位,設置為 0 以使用自動)。
- `include=category_ID's`:包含類別(逗號分隔的類別 ID)。
- `exclude=category_ID's`:排除類別(逗號分隔的類別 ID's)。
- `parent=0`:僅顯示一級類別(0 或 1)。
- `order=ID`:按(ID、名稱或自定義)順序排序類別。
- `catonly=0`:僅顯示類別存檔頁面中的文章(0 或 1)。
- `noctlink=0`:不連結類別名稱(0 或 1)。
- `more=0`:獨立的存檔鏈接(0 或 1)。
- `moretxt="More from"`:存檔鏈接前綴。
- `posts=5`:每個類別區塊中標題的數量。
- `porderby=date`:按日期、修改日期、標題、姓名、ID 或作者排序文章。
- `porder=DESC`:降序或升序排列排序。
- `titlelen=34`:標題長度(以字符為單位)。
- `shorten=0`:縮短標題(0 或 1)。
- `commnum=0`:顯示評論數(0 或 1)。
- `nosticky=0`:隱藏置頂文章(0 或 1)。
- `excerpts=none`:顯示節錄(無、第一個或所有)。
- `content=0`:使用帖子內容作為節錄(0 或 1)。
- `excleng=100`:節錄長度。
- `thumb=0`:在節錄中顯示縮略圖(0 或 1)。
- `tsize=60`:縮略圖大小,設置縮略圖寬度的尺寸(高度相同);或使用格式 WIDTHxHEIGHT 設置尺寸(例如 220×123);或使用預定義的自定義圖像大小(縮略圖、小圖、中圖、大圖、完整或自定義)。

自從 1.4.0 版本以來,您可以使用模板來顯示自定義格式的輸出,例如:

[ppc]

%title_short%

(%comments_num% comments)

%date% @ %time%

原文外掛簡介

Posts per Cat is a simple plugin that grab all or only selected categories from blog database, and then list recent N posts from each category, organised in 1-5 columns.
IMPORTANT NOTICE
Plugin Posts-per-Cat is unmaintained. That means no further updates or free plugin support will be available.
If you are interested to acquisition of plugin, please contact us.
Features

choose how many boxes per row will be displayed (one, two, three, four or five)
define number of post titles to display per category
define category ID’s to exclude
define category ID’s to include
toggle displaying of child categories
ordering boxes by category ID, title or custom (manually entered category ID’s as include list)
toggle displaying sticky posts
toggle usage of custom list CSS
SEO optimized permalink URI’s
integrate to template file, use shortcode [ppc] with options or widget
ready for localisation
template system for single post line in box defined by user in plain HTML with macro keywords for post elements

Shortcode options
You can use shortcode [ppc], with options below (set option in shortcode to override default settings above):

columns=2 – Number of columns (1, 2, 3, 4 or 5)
minh=0 – Minimal height of box (in px, set to 0 for auto)
include=category_ID's – Include category (comma separated category ID’s)
exclude=category_ID's – Exclude category (comma separated category ID’s)
parent=0 – Only top level categories (0 or 1)
order=ID – Order categories by (ID, name or custom)
catonly=0 – Only from displayed category archive (0 or 1)
noctlink=0 – Do not link category name (0 or 1)
more=0 – Standalone link to archives (0 or 1)
moretxt="More from" – Archive link prefix
posts=5 – Number of headlines per category block
porderby=date – Order posts by date, modified, title, name, ID, author
porder=DESC – Order sorting DESC or ASC
titlelen=34 – Headline length (in characters)
shorten=0 – Shorten headline (0 or 1)
commnum=0 – Display comment number (0 or 1)
nosticky=0 – Hide sticky posts (0 or 1)
excerpts=none – Show excerpt (none, first or all)
content=0 – Use post content as excerpt (0 or 1)
excleng=100 – Excerpt length
thumb=0 – Show thumbnail with excerpt (0 or 1)
tsize=60 – Thumbnail size, set size in px for thumbnail width (height is same); or set in format WIDTHxHEIGHT (example 220×123); or set predefined custom image size (thumbnail, small, medium, large, full or cusotm defined)

Since version 1.4.0 you can use template to display custom formatted output (post line element). Example:
[ppc]
%title_short%
(%comments_num% comments)
%date% @ %time%
%author_displayname%
%thumbnail%
%excerpt% [read more]
[/ppc]

Supported macros:

%title%
%title_short%
%post_content%
%excerpt%
%thumbnail%
%link%
%comments_num%
%comments_link%
%comments_form_link%
%datetime%
%date%
%time%
%author_displayname%
%author_firstname%
%author_lastname%
%author_posts_url%

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Posts per Cat [Unmaintained]」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


0.0.7 | 0.0.8 | 0.0.9 | 1.0.0 | 1.1.0 | 1.2.0 | 1.2.1 | 1.3.0 | 1.4.0 | 1.4.1 | 1.4.2 | trunk | 0.0.10 | 0.0.11 | 0.0.12 | 0.0.13 | 0.0.14 | 1.4.1.1 | 1.4.1.2 |

延伸相關外掛(你可能也想知道)

  • List category posts 》List Category Posts 可以讓你透過使用 [catlist] 短碼在文章或頁面中按類別列出文章。在編輯頁面或文章時,直接插入短碼到文章中,文章就會被列出來。基本的...。
  • VK Link Target Controller 》外掛介紹, VK Link Target Controller 外掛可在最近文章列表或存檔頁面中,讓使用者點選文章標題時轉址到其他網頁而非文章內容頁面。, 使用範例, 假設你在 eB...。
  • WooCommerce Grid / List toggle 》WooCommerce Grid/List Toggle是一個簡單的外掛,可以在您的產品封面圖庫中添加一個網格/列表切換按鈕,允許使用者在您的WooCommerce商店的產品中切換網格/列...。
  • Link Library 》此外掛用於在您的網站上建立一個頁面,列出 WordPress 管理介面內的 "連結" 部分中所定義的所有連結分類及其內所包含的所有連結。使用者可以選擇是否顯示某些...。
  • Listo 》Listo 是一個簡單的 WordPress 外掛,可供其他外掛和主題使用常用的列表 (例如國家列表、國家的分區和貨幣列表)。Listo 也能夠根據定義的子組篩選列表項目。...。
  • Posts List 》這個 WordPress 外掛可以透過輸入簡碼 [posts-list],在網站上新增一個文章列表或頁面列表。, 第一個範例展示了如何以最簡單的形式添加文章列表。, [post...。
  • List categories 》這是一個簡單的外掛程式,可以透過簡碼在任何文章或頁面中顯示類別。它基本上是一個簡碼 API 介面,用於 WordPress 的 wp_list_categories 函數。這表示,根...。
  • User Avatar 》1.4.7 是一個安全修補,請更新您的外掛程式至最新版。, 這款外掛提供一個縮圖區域在您的個人資料部分,使用者可以透過疊層上傳和裁剪新圖像,裁剪完成後,新...。
  • Sub Categories Widget 》有時當你把 WordPress 的內容分成分類時,它最終會成為一兩個主要分類的子分類,這些主分類本身沒有任何內容。, 使用此小工具,即使父分類沒有任何文章,您也...。
  • Mail Subscribe List 》查看最新的 WordPress 優惠以用於您的網站。, 這是一個簡單的外掛,允許訪客在您的網站上輸入他們的姓名和電子郵件地址,然後訪客詳細信息將添加到訂閱者列表...。
  • Authors List 》使用簡碼簡單地顯示文章作者清單或網格,並帶有到其文章彙整頁面的連結。, 簡碼為 [authors_list],並接受以下屬性。, , style(1、2、3), columns (2、3、4...。
  • Improved Save Button 》本外掛將一個更新、更好用的「儲存」按鈕新增至文章編輯畫面,一次點擊即可儲存當前的文章並立即進入下一個動作。, (WordPress 5 相關資訊:請參見下文。),...。
  • WP Category Post List Widget 》WP Category Posts List 是一個 WordPress 小工具和 Shortcode 外掛,可以按類別篩選文章。, 它是建立在最新的 WP 小工具類別上,支援多個小工具實例。您可以...。
  • JS Archive List 》此外掛提供一個小工具和一個篩選器,使用 JS JS library 在側邊欄或文章中顯示可折疊的存檔列表。, 功能, , 顯示可折疊的存檔列表以減少空間使用。, 使用 JS ...。
  • Tweeple 》對於所有推客,這是適合您的外掛程式。當然,已經有數量繁多的 Twitter WordPress 外掛程式,但 Tweeple 可以給您更 ThemeBlvd 風格的解決方案。, 注意:此外...。

文章
Filter
Apply Filters
Mastodon