50+
安裝啟用
—
尚無評分
5284 天前
最後更新
—
問題解決
WordPress 3.1+ v0.6 上架:2011-09-14
內容簡介
Posts in Posts 可以讓你根據分類、標籤或最新文章抓取最近的文章。然後,它會在你在文章或頁面上呼叫 Posts in Posts 的位置顯示這些文章列表。只需要編寫一個類似 HTML 的程式碼即可輕鬆實現。
[posts type=”category” name=”Lipsum” limit=”4″ date=”d-m-Y”]
這將輸出來自「Lipsum」分類中的 4 篇文章。
外掛標籤
開發者團隊
原文外掛簡介
Posts in Posts will allow you to grab recent posts based on category, tag or just recent posts. Then it will display thoses posts in a list in the post or page you have called the Posts in Posts on. It’s as easy as all you need to do is write a HTML-esq bit of code.
[posts type=”category” name=”Lipsum” limit=”4″ date=”d-m-Y”]
This will then output 4 posts from the category ‘Lipsum’.
