
內容簡介
WP Blog Posts 外掛可以顯示網誌文章的標題、簡介、日期等等功能,輕鬆讓你在網站上使用。只需要使用 [wp_blog_posts] shortcode 就可以在前端自動顯示網誌區域。
特色功能
顯示最新的網誌文章。
依照分類 ID 來顯示網誌文章。
設置顯示區域的網誌文章數量限制。
設置顯示區域網誌文章的欄位排列。
能在同一頁面上多次使用相同的 shortcode。
Shortcodes
最新文章:[wp_blog_posts] - 顯示最新的網誌文章。
分類文章:[wp_blog_posts cat=”category_id”] - 依照分類 ID 來顯示網誌文章。
欄位排列:[wp_blog_posts column=”3″] - 設置顯示區域網誌文章的欄位排列。
數量限制:[wp_blog_posts limit=”3″] - 設置顯示區域的網誌文章數量限制。
完整 shortcode 範例:
[wp_blog_posts limit=”3″ column=”3″ cat=”category_id”]
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
WP Blog Posts plugin ability to display blog posts with title, short description, date, etc… to our website. An easy way to use the plugin.
You can use the [wp_blog_posts] shortcode and after that, the blog section will be shown automatically on the front side.
Awesome features
Display the latest blog post.
Display the blog post by category ID.
Set the blog post limit to show in section.
Set the blog post column to show in section.
Use the same shortcode multiple times on the same page.
Shortcodes
Latest : [wp_blog_posts] – Show the latest blog post.
Category : [wp_blog_posts cat=”category_id”] – Show the blog post by category ID.
Column : [wp_blog_posts column=”3″] – Set the column to show in section.
Limit : [wp_blog_posts limit=”3″] – Set the limit to show in section.
Complete shortcode example:
[wp_blog_posts limit=”3″ column=”3″ cat=”category_id”]
