Post Grid and Filter Ultimate

Getting Started

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.

Post grid and filter ultimate helps you to display any WordPress posts on any page, in responsive grid and list easily, without coding.

How to Display and Shortcodes

Display a post grid page is very simple. Just go to Pages-> add New and add page title ie Post Grid.

Post Grid and Filter Ultimate contain 2 shortcode.

Post Grid

[pgaf_post_grid]

Post Filter

[pgaf_post_filter]

Gutenberg Blocks

Please go to page or post and add “Gutenberg Blocks“.

Post Grid Shortcode Parameter

[pgaf_post_grid]

  • LIMIT: [pgaf_post_grid limit="15"]
    Enter number of post to be displayed. Enter -1 to display all.
  • CATEGORY ID: [pgaf_post_grid cat_id="40,50"]
    Enter category id to display categories wise. You can pass multiple ids with comma seperated. You can find id at relevant category listing page.
  • CHILD CATEGORY: [pgaf_post_grid include_cat_child="false"]
    If you are using parent category then whether to display child category 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="3"]
    Display Post in a column/grid on your website. You can display up to four column. Values are 1,2,3 and 4
  • ORDER: [pgaf_post_grid order="DESC"]
    Display post by order. Values are “ASC” or “DESC”.
  • ORDER BY: [pgaf_post_grid orderby="date"]
    Set orderby for post. You can set “date” (Post Published Date), “Modified” (Post updated date), “Title” (Post title), “Rand” (Random), “ID” (Post ID).
  • IMAGE FIT: [pgaf_post_grid image_fit="true"]
    Image fit to box or not. Values are “true” OR “false”.
  • MEDIA SIZE: [pgaf_post_grid media_size="large"]
    Set the featured image size to display in post Values are thumbnail, medium, large, full.
  • IMAGE HEIGHT: [pgaf_post_grid image_height="300"]
    Set featured image height. You can enter numeric value.
  • SHOW DATE: [pgaf_post_grid show_date="false"]
    Display post date OR not. By default value is “true”. Options are “true 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 “true OR false”.
  • SHOW READ MORE: [pgaf_post_grid show_read_more="true"]
    Display read more button or not. Options are “true 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 “true OR false”.
  • CONTENT WORDS LIMIT: [pgaf_post_grid content_words_limit="30"]
    Control post short content Words limit. By default limit is 20 words
  • CONTENT TAIL: [pgaf_post_grid content_tail=".."]
    Dots after short content for continue reading.
  • PAGINATION: [pgaf_post_grid pagination="true"]
    Display pagination. Values are “true or false”.
  • PAGINATION TYPE: [pgaf_post_grid pagination_type="numeric"]
    If pagination is true then you can set pagination type values and Values are “prev-next” and “numeric”.
  • SHOW COMMENTS: [pgaf_post_grid show_comments="true"]
    Display comments. Options are “true” OR “false”.
  • EXTRA CLASS: [pgaf_post_grid extra_class=""]
    You can add extra class here.
    Note: Extra class added as parent so using extra class you customize your design.

Post Grid Filter Shortcode Parameters

[pgaf_post_filter]

  • CATEGORY ID: [pgaf_post_filter cat_id="5,10,15"]
    Enter category id to display categories wise. You can pass multiple ids with comma seperated. You can find id at relevant category listing page.
  • DISPLAY CHILD CATEGORY: [pgaf_post_filter include_cat_child="false"]
    If you are using parent category then whether to display child category 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 a column/grid on your website. You can display up to four column. Values are 1,2,3 and 4
  • ORDER: [pgaf_post_filter order="DESC"]
    Display post by order. Values are “ASC” or “DESC”.
  • ORDER BY: [pgaf_post_filter orderby="date"]
    Set orderby for post. You can set “date” (Post Published Date), “Modified” (Post updated date), “Title” (Post title), “Rand” (Random), “ID” (Post ID).
  • 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 display in post Values are thumbnail, medium, large, full.
  • IMAGE HEIGHT: [pgaf_post_filter image_height="300"]
    Set featured image height. You can enter numeric value.
  • SHOW DATE: [pgaf_post_filter show_date="false"]
    Display post date OR not. By default value is “true”. Options are “true 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 true OR false”.
  • SHOW READ MORE: [pgaf_post_filter show_read_more="true"]
    Display read more button or not. Options are “true 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 “true OR false”.
  • CONTENT WORDS LIMIT: [pgaf_post_filter content_words_limit="20"]
    Control post short content Words limit. By default limit is 20 words.
  • CONTENT TAIL: [pgaf_post_filter content_tail=".."]
    Dots after short content for continue reading.
  • SHOW COMMENTS: [pgaf_post_filter show_comments="true"]
    Display comments. Options are “true” OR “false”.
  • CATEGORY ORDER: [pgaf_post_filter cat_order="ASC"]
    Display order Category ie ASC and DESC.
  • CATEGORY ORDERBY: [pgaf_post_filter cat_orderby="name"]
    Display orderby Category ie name, term_id, count etc.
  • FILTER TEXT: [pgaf_post_filter all_filter_text=”All” ]
    You can filter Post.
  • CATEGORY LIMIT: [pgaf_post_filter cat_limit="5" ]
    Display number of categories.
  • EXCLUDE CATEGORY: [pgaf_post_filter exclude_cat="25,30"]
    Exclude category which you do not want to display. You can pass multiple category ids by comma separated.
  • EXTRA CLASS: [pgaf_post_filter extra_class=""]
    You can add extra class here.
    Note: Extra class added as parent so using extra class you customize your design.
  1. Plugin Installation
  2. How to Activate License Key and Update
  3. Plugin not Updating – Getting an Error Unauthorized