WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

Post grid and filter ultimate

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入

Post grid and filter ultimate

由 Essential Plugin 開發
下載
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 開發資訊
技術支援

外掛說明

✅ Now that you have your website ready then why don’t you download and try out this Post Grid and Filter to give it better functionality.

Download Now It is proven that post filters have been a powerful tool to present your content in a very neat manner with the help of fancy sliders and customized designs.

FREE DEMO | PRO DEMO

Your customer might like the professional and fancy vibe of your site with Post Filter

✅ This plugin displays your custom posts using :

  • Post Grid (2 designs)
  • Post Filter (2 designs)

When you want to makeover your WordPress website theme with something extraordinary and creative, you must consider the Post Grid and Filter plugin.

Help your website get a filter-wise display to show the custom posts. Not just eye appealing, it is also loved by visitors as they find it quite easy to locate custom posts.

Easy way to display WordPress post in grid view and post grid with filter. Display anywhere via shortcode. lots more shortcode parameters give you extend as your needs.

Also added Gutenberg block support.

✅ Here is the plugin shortcode example

post Grid

[pgaf_post_grid]

Post Fiter

[pgaf_post_filter]

To display only Post Grid 4 post:

[pgaf_post_grid limit="4"]

Where limit define the number of posts to display.

If you want to display post grid by category then use this short code:

[pgaf_post_grid cat_id="category_ID"]

You can use same parameter with post grid shortcode.

✅ We have given 2 designs. For designs use the following shortcode:

[pgaf_post_grid design="design-1"] 

Where designs are : design-1, design-2. You can use same parameter with filter shortcode.

✅ Here is Template code

<?php echo do_shortcode('[pgaf_post_grid]'); ?>
<?php echo do_shortcode('[pgaf_post_filter]'); ?>

✅ Use Following Post Grid parameters with shortcode

[pgaf_post_grid]
  • limit : [pgaf_post_grid limit=”10″] (Display latest 10 posts and then pagination).
  • cat_id : [pgaf_post_grid cat_id=”category_id”] (Display posts categories wise).
  • include_cat_child : [pgaf_post_grid include_cat_child=”false”] (Include cat child or not. Values are “true” or “false”).
  • design : [pgaf_post_grid design=”design-1″] (Select the design to display. there are 2 designs ie design-1 and design-2 ).
  • grid : [pgaf_post_grid grid=”2″](Display post in Grid formats).
  • order : [pgaf_post_grid order=”DESC”] (Post order ie DESC or ASC).
  • orderby : [pgaf_post_grid orderby=”date”] (Order by post ie ID, author, title, date, name, rand etc).
  • image_fit : [pgaf_post_grid image_fit=”true”] (Fit the post image in wrap. Values are “true” or “false”).
  • media_size : [pgaf_post_grid media_size=”large”] (Set the featured image size to diplay in post Values are thumbnail, medium, large, full).
  • image_height : [pgaf_post_grid image_height=”300″] (Set featured image height).
  • show_date : [pgaf_post_grid show_date=”false”] (Display post date OR not. By default value is “true”. Options are “ture OR false”)
  • show_author : [pgaf_post_grid show_author=”true”] (Display post author. Values are “true” or “false”).
  • show_content : [pgaf_post_grid show_content=”true”] (Display post Short content OR not. By default value is “true”. Options are “ture OR false”).
  • show_read_more : [pgaf_post_grid show_read_more=”true”] (Display Read more button or not. Options are “ture OR false”)
  • show_category_name : [pgaf_post_grid show_category_name=”true”] (Display post category name OR not. By default value is “True”. Options are “ture OR false”).
  • content_words_limit : [pgaf_post_grid content_words_limit=”30″] (Control post short content Words limt. By default limit is 20 words).
  • content_tail : [pgaf_post_grid content_tail=”…”] (Set content tail).
  • pagination : [pgaf_post_grid pagination=”true”] (Set content tail).
  • pagination_type : [pgaf_post_grid pagination_type=”numeric”] (values are “prev-next” and “numeric”).
  • show_comments : [pgaf_post_grid show_comments=”true”] (Options are “ture OR false”).
  • extra_class : [pgaf_post_grid extra_class=””] (Enter extra CSS class for design customization ).

✅ Use Following Post Filter parameters with shortcode

[pgaf_post_filter]
  • cat_id : [pgaf_post_filter cat_id=”category_id”] (Display posts categories wise).
  • include_cat_child : [pgaf_post_filter include_cat_child=”false”] (Include cat child or not. Values are “true” or “false”).
  • design : [pgaf_post_filter design=”design-1″] (Select the design to display. there are 2 designs ie design-1 and design-2 ).
  • grid : [pgaf_post_filter grid=”2″](Display post in Grid formats).
  • order : [pgaf_post_filter order=”DESC”] (Post order ie DESC or ASC).
  • orderby : [pgaf_post_filter orderby=”date”] (Order by post ie ID, author, title, date, name, rand etc).
  • image_fit : [pgaf_post_filter image_fit=”true”] (Fit the post image in wrap. Values are “true” or “false”).
  • media_size : [pgaf_post_filter media_size=”large”] (Set the featured image size to diplay in post Values are thumbnail, medium, large, full).
  • image_height : [pgaf_post_filter image_height=”300″] (Set featured image height).
  • show_date : [pgaf_post_filter show_date=”false”] (Display post date OR not. By default value is “true”. Options are “ture OR false”)
  • show_author : [pgaf_post_filter show_author=”true”] (Display post author. Values are “true” or “false”).
  • show_content : [pgaf_post_filter show_content=”true”] (Display post Short content OR not. By default value is “true”. Options are “ture OR false”).
  • show_read_more : [pgaf_post_filter show_read_more=”true”] (Display Read more button or not. Options are “ture OR false”)
  • show_category_name : [pgaf_post_filter show_category_name=”true”] (Display post category name OR not. By default value is “True”. Options are “ture OR false”).
  • content_words_limit : [pgaf_post_filter content_words_limit=”30″] (Control post short content Words limt. By default limit is 20 words).
  • exclude_cat : [pgaf_post_filter exclude_cat=”].
  • content_tail : [pgaf_post_filter content_tail=”…”] (Set content tail).
  • show_comments : [pgaf_post_filter show_comments=”true”] (Options are “ture OR false”).
  • cat_orderby : [pgaf_post_filter cat_orderby=”name”]
  • all_filter_text : [pgaf_post_filter all_filter_text=”All”]
  • extra_class : [pgaf_post_filter 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.
  • Post Grid
  • Post Filter
  • 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).
  • Given 2 designs.
  • Media size i.e. thumbnail, medium, medium_large, large and full
  • Responsive.
  • You can create multiple post slider with different options at single page or post.
  • 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.

螢幕擷圖

  • Post grid view.
  • Post grid filter view.

適用於區塊編輯器

這個外掛提供 2 個可供 Gutenberg/區塊編輯器使用的區塊。

  • Post Grid
  • Pgafu Pgaf Post Filter

安裝方式

  1. Upload the ‘post-grid-and-filter-ultimate’ folder to the ‘/wp-content/plugins/’ directory.
  2. Activate the “Post grid and filter ultimate” list plugin through the ‘Plugins’ menu in WordPress.
  3. Add a new page and add shortcode.

使用者評論

Very nice

jhnpldng 2022 年 3 月 25 日
Tried quite a few of them and this is the only post grid with filter that works well. Could use the ability to do formatting within the block editor for color, font size, spacing/padding etc but it was easy enough to do in the customizer with some css.

Thank you

alfy40 2021 年 12 月 14 日
Works great, thank you

Impossible to remove, fatal error to uninstall

danielwp123 2021 年 10 月 17 日 1 則留言
Plugin breaks the site when you try to uninstall it

Finally a worth post grid display and filter plugin

adm96 2021 年 8 月 27 日
After days spent trying rubbish plugins I’ve found the right one for my blog. Very responsive and great layout

Plugin has potential but lots of issues

Gil Concepcion Jr. 2021 年 2 月 27 日
AS much it is useful to everyone, i find this hard to use. The grid has a huge height issues and display issues. The author always claims it is working on their end but in reality if you look in thier support forum, a lot of users are complaining the same issue and it was never resolved.

Good post-filter plugin

recipefever 2021 年 2 月 23 日
When I needed a help the team was very helpful by supporting me with replies. And also my issue was solved successfully. Thanks to the team 😊
閱讀全部 32 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Post grid and filter ultimate〉的開發相關工作。

參與者
  • Essential Plugin

〈Post grid and filter ultimate〉外掛目前已有 3 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Post grid and filter ultimate〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

1.7.2 (15, May 2025)

  • [*] Check compatibility with WordPress version 6.8.1

1.7.1 (11, Nov 2024)

  • [*] Check compatibility to WordPress version 6.7

1.7 (27, Nov 2023)

  • [*] Updated analytics SDK.
  • [*] Check compatibility with WordPress version 6.4.1

1.6 (28, Aug 2023)

  • [*] Tested up to: 6.3

1.5.3 (7, Aug 2023)

  • [*] Fixed all security related issues.

1.5.2 (05, June 2023)

  • [-] Removed some unwanted code and files.

1.5.1 (02, June 2023)

  • [*] Tested up to: 6.2.2
  • [*] Fix – Fixed one deprecated warning in Gutenberg block from WordPress 5.7

1.5 (10, April 2023)

  • [*] Tested up to: 6.2
  • [*] Update – Improve escaping functions for better security.
  • [*] Update – Update optin screen.

1.4.5 (11, Feb 2022)

  • [-] Removed some unwanted code and files.

1.4.4 (16, Nov 2021)

  • [*] Fix – Resolve Gutenberg WP-Editor script related issue.
  • [*] Update – Add some text and links in Readme file.

1.4.3 (20, Sep 2021)

  • [*] Tested up to: 5.8.1
  • [*] Updated Demo Link.

1.4.2 (20, Aug 2021)

  • [*] Updated all external links
  • [*] Tweak – Code optimization and performance improvements.
  • [*] Fixed – Blocks Initializer Issue.
  • [*] Updated language file and json.

1.4.1 (2, June 2021)

  • [*] Tested up to: 5.7.2
  • [*] Added – https link in our analytics code to avoid browser security warning.

1.4 (28, jan 2021)

  • [+] New – Added native shortcode support for Elementor, SiteOrigin and Beaver builder.
  • [+] New – Added Divi page builder native support.
  • [+] New – Added Fusion page builder native support.
  • [*] Tweak – Code optimization and performance improvements.

1.3 (29, Oct 2020)

  • [*] Update – Regular plugin maintenance. Updated readme file.
  • [+] New – Click to copy the shortcode.
  • [+] Added – Added our other Popular Plugins under Post Grid And Filter –> Install Popular Plugins From WPOS. This will help you to save your time during creating a website.
  • [*] Tested up to latest version of WordPress.

1.2 (27, August 2020)

  • [+] New – Added Gutenberg block support. Now use plugin easily with Gutenberg!
  • [+] New – Added ‘align’ and ‘extra_class’ parameter for slider shortcode. Now both slider shortcode are support twenty-ninteent and twenty-twenty theme gutenberg block align and additional class feature.
  • [+] New – Add new JavaScript Filterize method for post filter shortcode.
  • [*] Tweak – Code optimization and performance improvements.
  • [*] Template File – Main design file has been updated. If you have override template file then verify with latest copy.

1.1.5 (14, July 2020)

  • [*] Follow WordPress Detailed Plugin Guidelines for Offload Media and Analytics Code.

1.1.4 (31, Dec 2019)

  • [*] Replaced wp_reset_query() with wp_reset_postdata() in both shortcodes.
  • [*] Fixed image (icon) shadow issue.
  • [-] Removed hire us tab from Post Grid And Filter menu.

1.1.3 (07, March 2019)

  • [*] Added Opt-in functionality.

1.1.2 (10-7-2017)

  • Fixed pagination issue

1.1.1 (10-7-2017)

  • Fixed missing variable issue
  • Fixed some undefined function issue

1.1 (3-7-2017)

  • Fixed post filter issue
  • Added how it work section

1.0

  • Initial release.

中繼資料

  • 版本 1.7.2
  • 最後更新 4 週前
  • 啟用安裝數 6,000+
  • WordPress 版本需求 4.0 或更新版本
  • 已測試相容的 WordPress 版本 6.8.1
  • 語言

    Chinese (China)、English (US)、German、及 Russian.

    將這個外掛本地化為你的母語版本

  • 標籤
    category filterpostpost filterpost grid
  • 進階檢視

評分

4.8 星,滿分為 5 星
  • 30 個 5 星使用者評論 5 星 30
  • 0 個 4 星使用者評論 4 星 0
  • 0 個 3 星使用者評論 3 星 0
  • 0 個 2 星使用者評論 2 星 0
  • 2 個 1 星使用者評論 1 星 2

新增使用者評論

查看全部使用者評論

參與者

  • Essential Plugin

技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

檢視技術支援論壇

  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
程式碼,如詩