Chronological Posts

外掛說明

Chronological posts reverses the default post order throughout your site to be chronological instead of reverse-chronological. This can be useful for sites displaying historical content, journals, books, etc. where the content is intended to be read chronologically (typically, it works well for any sites where the entire content of the site – every post – is intended to be read sequentially). It is also useful for archived sites, preserving the history of posts in a sequential format, oldest to newest.

安裝方式

  1. Take the easy route and install through the WordPress plugin installer, or,
  2. Download the .zip file and upload the unzipped folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

Where are the options?

There are no options. When active, this plugin will automatically display your posts in chronological order on all views, including the main blog index day/month/year archives, category/tag archives, author archives, searches, etc. The admin UI is not changed, only the frontend display.

Displaying only specific post types in chronological order

This plugin changes all post types to be chronological, globally. To apply it only to a specific post type, I suggest forking the plugin and adding a simple check for the post type of the query before it sets the query order to ASC. This is not a complicated process – the plugin has only 6 lines of code.

使用者評論

2022 年 3 月 26 日
The plugin was just what I needed. It is perfect for my online course. I use the category for the course title and the posts for the chapters. Thank you.
2019 年 12 月 29 日 1 則留言
When reversing posts, the labels Next Post/Prev Post remains the same. It means that in order to chronologically continue reading you have to click Prev Post instead of Next Post. It's kind of misleading.
2019 年 1 月 3 日
Probably the least painful -- as in 0 on a 10 scale -- of any plugin I've used on WordPress. It works. Boom.
2018 年 9 月 17 日
This is great, my site is content heavy...related post was failing to show my best stuff...The older post. Thank you for your wonderful plugin!
閱讀全部 11 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Chronological Posts〉的開發相關工作。

參與者

將〈Chronological Posts〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0

  • First publicly available version of the plugin.