
內容簡介
Categories WordPress 外掛 – 在水平表格模式下顯示頂級類別及其子類別
ByREV Fast Category Cloud 特色:
支援 HTML 代碼和 CSS 快取結果。以加速載入並降低資源使用(預設快取逾時時間為 360 秒)
於網站標頭插入 CSS。以減少對伺服器的請求,讓網站載入速度更快
排除沒有文章的類別
排除類別選項列表(根據 ID)
能夠使用自訂的 CSS 代碼
可以更改預設的 CSS 屬性(顏色、背景、邊框等)
具有管理設定選單
高度優化的速度和記憶體效能
外掛分為兩個檔案:第一個檔案透過在樣板頁面插入 PHP 代碼,第二個檔案則在 WordPress 設定頁面中使用。
兩個檔案的程式碼都不超過 100 行,每個檔案正好為 96 行。
快取有助於提高速度、節省 CPU 資源和減少對 MySQL 伺服器的請求
只使用 for 語法(而非 foreach 語法),減少記憶體使用量並提高執行速度。
在重複使用陣列變數時,使用指標變數以提高執行速度。
外掛標籤
開發者團隊
② 後台搜尋「WordPress Horizontal Full Categories – ByREV」→ 直接安裝(推薦)
📦 歷史版本下載
原文外掛簡介
Categories WordPress Plugin ~ Show top level categories and children of categories in horizontal table mode
ByREV Fast Category Cloud Features:
HTML code and CSS Cache Result. For fast loading and use less resources (default timeout cache = 360s)
Inser CSS in header blog. Result is fewer requests to the server, site load faster
Exclude category with empty posts
Exclude categories option list (by ID)
Ability to use a custom CSS code
Can change the default CSS properties (color, backgrounds, borders)
Management setup menu
Highly optimized for speed and memory
Plugin is divided in two files: 1’st file used by inserting PHP code in template pages, and 2’nd file is used in the WordPress configuration page.
Both files are under 100 lines of code, each have exactly 96 lines each.
Cache help to increase speed, conserve CPU resources and reduce requests to MySQL server
foreach syntax is not used (only for). Less memory used and a higher execution speed.
Where array variables are used repeatedly, pointer variables are used to increase execution speed.
