內容簡介
Clean Archives Reloaded 會按照月份生成您所有文章的清單。它使用 JavaScript 進行增強,以允許折疊和展開月份。
它非常高效,不會因為大量 MySQL 查詢而拖垮您的伺服器。
範例
查看我的一個網站的尋找文章頁面.
短程代碼標籤參數
如果您希望,您可以每次調用時自定義清單選項。
usejs —(1 或 0)使用 JavaScript,以折疊月份或不使用
monthorder —(new 或 old)先顯示最新的月份或最舊的月份
postorder —(new 或 old)先顯示最新的文章或最舊的文章
範例
不使用 JavaScript:
[cleanarchivesreloaded usejs="0"]
最舊的月份先顯示,最舊的文章先顯示:
[cleanarchivesreloaded monthorder="old" postorder="old"]
外掛標籤
開發者團隊
原文外掛簡介
Clean Archives Reloaded generates a list of all of your posts, sorted by month. It’s enhanced with Javascript to allow collapsing and expanding of months.
It’s highly efficient and won’t kill your server with tons of MySQL queries.
Demo
Check out one of my sites’ archive page.
Shortcode Tag Parameters
You can customize the list options on a per-call basis if you wish.
usejs — (1 or 0) use Javascript or not to collapse the months
monthorder — (new or old) show newest months or oldest months first
postorder — (new or old) show newest posts or oldest posts first within months
Examples
No Javascript:
[cleanarchivesreloaded usejs="0"]
Oldest months first, oldest posts first:
[cleanarchivesreloaded monthorder="old" postorder="old"]
