這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Category Content

描述

This WordPress plugin (widget) will be shown when visitors are viewing a single post, category page or both. Otherwise, it wont be there at all.
The widget contains a list of post titles from the same category(s) the visitor is viewing the post from, so the visitor is able to swiftly change posts by clicking on the titles shown.
Posts published in multiple categories are taken care of just fine. I’ve introduced a new feature in version 1.6 which gives you the possibility to show all the categories the post has been published in or the category where the visitor has been spotted the last time(uses cookie).

The widget can be controlled with the following widget options:

  • Title (before the category name(s))
  • Exclude category(s) by ID
  • Exclude categories on: Single, Category, Both, None
  • Sticky posts on top: Yes | No
  • Show posts from year: a specific year or all years
  • Show widget on: categories | single posts | both
  • Show category title(s): Yes | No
  • Post has multiple categories – what now: Show all categories | Show the last category viewed
  • Show how many posts
  • Single posts view – Order: DESC | ASC
  • Single post view – Orderby: Author | Category | Date | ID | Random
  • Category view – Order:DESC | ASC
  • Category view – Orderby: Author | Category | Date | ID | Random
  • Remove/Keep child categories

Development Blog

Online-Source WordPress plugins
Support forum

評價

There are no reviews for this plugin.

貢獻者及開發者

“Category Content” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Category Content 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

Version: 0.6.0 – Added: Option (Control child cats)
Version: 0.6.1 – Fix: add title attribute
Version: 0.7.0 – Added the following options
* Choose where the widget must be shown
* Separate control for Order & Sort options
version: 1.1 – Fixed some minor ugly coding mistakes.
– Added a default class to the list item (category-item)
– Added a list item class to the current shown post (category-current-item)
– Fixed the issue concering the option which will show the widget on category pages and single posts (didn’t work properly)
Version: 1.3 – Added the possibility to show posts from a specific year or all years
Version: 1.6 – Added the possibility to exclude categories from the widget entirely
– Added the possibility to control the excluded categories by specifying where to exclude them: single post, category, both, do not exclude anything
– Added the option that when a single post has multiple categories, you can choose if you want to show all those categories or just the last viewed(uses cookie!)
Version: 1.7 – Fixed buffering…
Version: 2.0 – Added the possibility to show sticky posts on top of the list
Sticky posts will be ‘ordered by’ and ‘sorted’ using the same configuration as ‘Single post/Category view’ – ‘Orderby’ and ‘Order’
Fixed: Bug showing last viewed category – did check cookie while post was published in 1 category – now it shows the category just as expected