前言介紹
- 這款 WordPress 外掛「Bake Posts」是 2014-08-07 上架。
- 目前有 40 個安裝啟用數。
- 上一次更新是 2019-06-11,距離現在已有 2154 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.0.1 以上版本才可以安裝。
- 有 3 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
wpnaga |
外掛標籤
id | slug | tag post | recent post | category post |
內容簡介
Bake post是一個 WordPress 外掛,可以透過貼上對應的shortcode在頁面或小工具區顯示文章。它提供了顯示最新文章、依照分類和標籤顯示文章的簡碼。它還可以將特色圖像顯示為縮圖。外掛還提供了簡碼產生器,可根據需求生成簡碼。
顯示最新文章的簡碼如下
1. [bake-post-recent limit=5 excerpt=”no” featured_image=”yes”]
2. [bake-post-recent limit=5 excerpt=”yes”]
這兩個簡碼可用於顯示最新文章。摘要選項可用於以節錄或全文方式顯示描述。可以通過在簡碼中設置 featured_image=”yes” 來顯示特色圖像。
顯示分類文章的簡碼如下
3. [bake-post-category term=’slug’ category=’all’ limit=5 excerpt=”no” featured_image=”yes”]
4. [bake-post-category term=’slug’ category=’all,stories’ limit=5 excerpt=”yes”]
5. [bake-post-category term=’id’ category=’1′ limit=5 excerpt=”yes” featured_image=”no”]
6. [bake-post-category term=’id’ category=’1,2,3′ limit=5 excerpt=”no”]
term 值會因為「id」或「slug」而有所不同。如果使用 Slug,category 的值應為分類的 slug 值。例如,如果您的分類名稱為「短篇小說」,slug 值將是「short-stories」。我們可以使用用逗號分隔的多個 slug 值。如果使用 id,category 值應為分類的 id 值。例如,我們可以使用逗號分隔的多個 id 值。可以通過在簡碼中設置 featured_image=”yes” 來顯示特色圖像。
顯示標籤文章的簡碼如下
7. [bake-post-tags term=’slug’ tag=’tag1′ limit=5 excerpt=”yes”]
8. [bake-post-tags term=’id’ tag_id=’1,2,3′ limit=5 excerpt=”no”]
可以通過在簡碼中設置 featured_image=”yes” 來顯示特色圖像。
原文外掛簡介
Bake post is developed in order to display posts in pages or in widget areas just by pasting the respective shortcodes. Individual shortcodes are available for displaying recent posts, posts on categories and tags. It has a feature to display featured image as a thumbnail. Shortcode generator is also available to generate shortcodes according to requirement.
Shortcodes for displaying Recent Posts are
1.[bake-post-recent limit=5 excerpt=”no” featured_image=”yes”]
2.[bake-post-recent limit=5 excerpt=”yes”]
These two short codes can be used to display recent posts. Excerpt option can be used to display description as excerpt or full content. Featured Image can also be displayed by setting featured_image=”yes” in the shortcode.
Shortcodes for displaying Posts on category are
3.[bake-post-category term=’slug’ category=’all’ limit=5 excerpt=”no” featured_image=”yes”]
4.[bake-post-category term=’slug’ category=’all,stories’ limit=5 excerpt=”yes”]
5.[bake-post-category term=’id’ category=’1′ limit=5 excerpt=”yes” featured_image=”no”]
6.[bake-post-category term=’id’ category=’1,2,3′ limit=5 excerpt=”no”]
Term values differs from “id” or “slug”. If Slug is used, category value should be category slug values. For example, if your category name is short stories, Slug will be short-stories. We can use multiple slug values seperated by commas. If id is used, category value should be category id values. For example, We can use multiple id values seperated by commas.Featured Image can also be displayed by setting featured_image=”yes” in the shortcode.
Shortcodes for displaying Posts on Tags are
7.[bake-post-tags term=’slug’ tag=’tag1′ limit=5 excerpt=”yes”]
8.[bake-post-tags term=’id’ tag_id=’1,2,3′ limit=5 excerpt=”no”]
Featured Image can also be displayed by setting featured_image=”yes” in the shortcode.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Bake Posts」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。