內容簡介
此外掛可新增一個小工具,用來顯示特定詞彙下的最新文章列表。
小工具的樣式表未包含。
請在主題的樣式表中設定。
CSS 類別
.va-term-latest-posts {}
.post_list {}
.post_list_items {}
.post_list_items_anchor {}
.post_list_items_thumbnail {}
.post_list_items_thumbnail img {}
.post_list_items_meta {}
.post_list_items_meta_title {}
.post_list_items_meta_date {}
提示
小工具輸出的 HTML 會被快取一段時間。
如果 WP_DEBUG 為 TRUE,每次會清除快取。
外掛標籤
開發者團隊
原文外掛簡介
This plugin adds a widget to display the new post list belonging to the specified term.
The style sheet for the Widget not included.
Please layout in the style sheet of the theme.
CSS Classes
.va-term-latest-posts {}
.post_list {}
.post_list_items {}
.post_list_items_anchor {}
.post_list_items_thumbnail {}
.post_list_items_thumbnail img {}
.post_list_items_meta {}
.post_list_items_meta_title {}
.post_list_items_meta_date {}
Hint
HTML output from Widget is done cached for a certain time.
If WP_DEBUG is TRUE, each time the cache is deleted.
