前言介紹
- 這款 WordPress 外掛「Featured Post Creative」是 2016-10-22 上架。
- 目前有 1000 個安裝啟用數。
- 上一次更新是 2025-01-20,距離現在已有 104 天。
- 外掛最低要求 WordPress 4.0 以上版本才可以安裝。
- 有 9 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
patelketan | pratik-jain | anoopranawat | piyushpatel123 | wponlinesupport |
外掛標籤
free featured posts | featured post widget | display featured posts | featured post brick layout | responsive featured post grid |
內容簡介
探索精選文章功能 | 年度或終身套餐優惠
Featured Posts 可使您通過頁面和(或)文章的短代碼在您的博客網站上新增精選文章。
此外,此外掛還使從文章列表或「內容」區域標記文章為精選文章更加容易。
同時也適用於 Gutenberg 短代碼區塊。
短代碼和小工具
Featured Post Creative 共有 2 個短代碼和 1 個小工具:
網格框: [fpc_post_block]
網格: [fpc_post_grid]
小工具
功能
從文章列表或「內容」區域標記任何文章為精選文章。
可調整精選文章在任何佈景主題上的顯示。
提供 2 個短代碼和 1 個小工具。
可設定欲顯示的文章數量。
可選擇任何分類。
短代碼
[fpc_post_block limit="10"]
[fpc_post_grid]
範本代碼
以下是精選文章的參數:
[fpc_post_block]
Limit:[fpc_post_block limit="10"](顯示最新的 10 精選文章)。
Show_author:[fpc_post_block show_author="true"](顯示精選文章的作者或否。默認值為“true”。可選值為“true”或“false”)。
Category:[fpc_post_block category="category_id"](依照分類顯示精選文章)。
Show_category_name:[fpc_post_block show_category_name="true"](顯示精選文章的分類名稱或否。默認值為“true”。可選值為“true”或“false”)。
Show_date:[fpc_post_block show_date="false"](顯示精選文章的日期或否。默認值為“true”。可選值為“true”或“false”)。
Order:[fpc_post_block order="DESC"](控制精選文章的排序方式。可選值為“ASC”或“DESC”)。
Orderby:[fpc_post_block orderby="post_date"](依照您的排序方式顯示精選文章。可選值為“post_date”、“modified”、“title”、“name”(文章別名)、“ID”、“rand”、“menu_order”或“comment_count”)。
Image Height:[fpc_post_block image_height="500"](設定精選文章的圖片高度)。
[fpc_post_grid]
Limit:[fpc_post_grid limit="10"](顯示最新的 10 精選文章)。
Grid:[fpc_post_grid grid="3"](以 3 格方式顯示文章。您可以使用 grid:1、2、3 或 4)。
Show_author:[fpc_post_grid show_author="true"](顯示精選文章的作者或否。默認值為“true”。可選值為“true”或“false”)。
Category:[fpc_post_grid category="category_id"](依照分類顯示精選文章)。
Show_category_name:[fpc_post_grid show_category_name="true"](顯示精選文章的分類名稱或否。默認值為“true”。可選值為“true”或“false”)。
Show_date:[fpc_post_grid show_date="false"](顯示精選文章的日期或否。默認值為“true”。可選值為“true”或“false”)。
原文外掛簡介
✅ Now that you have your website ready why don’t you download and try out this Featured Post Grid to give it better functionality.
Download Now and display multiple Featured Post grids using shortcodes with categories. Featured Posts allows you to add featured posts to your blog’s website via shortcode in pages and/or posts. This plugin makes it easier to mark posts as featured posts from post list OR from post inner section.
Download Now this featured posts because It is proven that Featured Posts grid have been a powerful tool to present your content in a very neat manner with the help of fancy grid and customized designs.
FREE DEMO | PRO DEMO
Your customer might like the professional and fancy vibe of your site with Featured Post grid
✅ This plugin displays your featured post using :
Featured Grid (1 design)
Featured Gridbox (1 design)
Widget Featured List (1 design)
Download Now it today and explore all the features.
Also added Gutenberg block support.
✅ Here is the plugin shortcode example
Featured Grid
[fpc_post_grid]
Featured Gridbox
[fpc_post_block]
To display only featured grid 4 post:
[fpc_post_grid limit="4"]
Where limit define the number of posts to display. You can use same parameter with gridbox shortcode.
If you want to display Featured grid by category then use this short code:
[fpc_post_grid category="category_ID"]
You can use same parameter with Gridbox shortcode.
✅ Here is Template code
✅ Use Following Featured Grid parameters with shortcode
[fpc_post_grid]
Limit : [fpc_post_grid limit=”10″] (Display latest 10 featured post).
Grid : [fpc_post_grid grid=”3″] (Display post in grid3. You can use grid:1,2,3,4).
Show_author : [fpc_post_grid show_author=”true”] (Display featured post author OR not. By default value is “true”. Values are “true” OR “false” )
Category : [fpc_post_grid category=”category_id”] (Display featured post categories wise).
Show_category_name : [fpc_post_grid show_category_name=”true” ] (Display featured post category name OR not. By default value is “true”. Options are “true OR false”).
Show_date : [fpc_post_grid show_date=”false”] (Display featured post date OR not. By default value is “true”. Options are “true OR false”)
Order : [fpc_post_grid order=”DESC”] (Controls featured post order. Values are “ASC” OR “DESC”.)
Orderby : [fpc_post_grid orderby=”post_date”] (Display featured post in your order. Values are “post_date”, “modified”, “title”, “name” (Post Slug), “ID”, “rand”, “menu_order”, “comment_count”)
Image Height : [fpc_post_grid image_height=”500″] (Control featured post image height.)
extra_class : [fpc_post_grid extra_class=””] (Enter extra CSS class for design customization ).
✅ Use Following Featured Gridbox parameters with shortcode
[fpc_post_block]
Limit : [fpc_post_block limit=”10″] (Display latest 10 featured post).
Show_author : [fpc_post_block show_author=”true”] (Display featured post author OR not. By default value is “true”. Values are “true” OR “false” )
Category : [fpc_post_block category=”category_id”] (Display featured post categories wise).
Show_category_name : [fpc_post_block show_category_name=”true” ] (Display featured post category name OR not. By default value is “true”. Options are “true OR false”).
Show_date : [fpc_post_block show_date=”false”] (Display featured post date OR not. By default value is “true”. Options are “true OR false”)
Order : [fpc_post_block order=”DESC”] (Controls featured post order. Values are “ASC” OR “DESC”.)
Orderby : [fpc_post_block orderby=”post_date”] (Display featured post in your order. Values are “post_date”, “modified”, “title”, “name” (Post Slug), “ID”, “rand”, “menu_order”, “comment_count”)
Image Height : [fpc_post_block image_height=”500″] (Control featured post image height.)
extra_class : [fpc_post_block extra_class=””] (Enter extra CSS class for design customization ).
✅ Checkout demo for better understanding
FREE DEMO | PRO DEMO
✅ Essential Plugin Bundle Deal
Annual or Lifetime Bundle Deal
✅ Features include:
Added Gutenberg block support.
Featured Grid
Featured Gridbox
Featured Post Widget
Easy to add.
Also work with Gutenberg shortcode block.
Elementor, Beaver and SiteOrigin Page Builder Native Support (New).
Divi Page Builder Native Support (New).
Fusion Page Builder (Avada) Native Support (New).
Fully responsive. Scales with its container.
100% Multi Language.
Privacy & Policy
We have also opt-in e-mail selection , once you download the plugin , so that we can inform you and nurture you about products and its features.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Featured Post Creative」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.1.5 | 1.5.1 | 1.5.2 | trunk |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。