內容簡介
這三個小工具可以從你的 bbPress 插件安裝中擷取基本資訊。這三個小工具可以:
列出論壇清單
列出最新主題(根據回覆數、最近回覆時間以及最近發表的主題排序)
顯示主題中的參與者人數及文章數
這些小工具沒有任何預設的 CSS 樣式,因此您需要自行進行樣式調整。您可以在 /FoolWidgets/views/ 資料夾中找到這些小工具的 HTML。所有小工具文件都以 *-widget.php 命名。
外掛標籤
開發者團隊
原文外掛簡介
These three widgets grab basic information from your bbPress installation. The three widgets will:
Display a list of forums
Display recent topics (order by number of replies, most recent replies, and recently created topics)
Display number of participants in a topic and the number of posts in a topic
These widgets come without any CSS styling, so you will need to adjust the styling yourself. You can find the HTML for the widgets in the /FoolWidgets/views/ folder. All widget files are titled *-widget.php.
