內容簡介
這個 WordPress 外掛可以透過輸入簡碼 [posts-list],在網站上新增一個文章列表或頁面列表。
第一個範例展示了如何以最簡單的形式添加文章列表。
[posts-list]
下面的簡碼範例可以在頁面上添加頁面列表。
[posts-list type=page]
下面的簡碼範例會在頁面上添加文章列表,顯示 2011 年和 2010 年發布的文章。
[posts-list year=”2011,2010″]
下面的簡碼範例會在頁面上添加文章列表,顯示類別 ID 為 10 和 11 的文章。
[posts-list category=”10,11″]
下面的簡碼範例僅顯示文章標題。
[posts-list date_format=FALSE]
外掛標籤
開發者團隊
原文外掛簡介
Adds a posts (or pages) list of your blog pages (or posts) by entering the shortcode [posts-list].
First example shows how to add the posts list in its simplest form.
[posts-list]
Example shortcode will add a pages list to a page.
[posts-list type=page]
Example shortcode will add a posts list to a page displaying a year 2011 and 2010.
[posts-list year=”2011,2010″]
Example shortcode will add a posts list to a page displaying a category id 10 and 11.
[posts-list category=”10,11″]
Example display ONLY the title.
[posts-list date_format=FALSE]
