Title: Advance Post Grid
Author: WebOptics
Published: <strong>ജനുവരി 8, 2025</strong>
Last modified: ജൂൺ 17, 2026

---

Search plugins

![](https://ps.w.org/advance-post-grid/assets/banner-772x250.png?rev=3219078)

![](https://ps.w.org/advance-post-grid/assets/icon-128x128.png?rev=3219078)

# Advance Post Grid

 By [WebOptics](https://profiles.wordpress.org/weboptics/)

[Download](https://downloads.wordpress.org/plugin/advance-post-grid.1.1.8.zip)

 * [Details](https://ml.wordpress.org/plugins/advance-post-grid/#description)
 * [Reviews](https://ml.wordpress.org/plugins/advance-post-grid/#reviews)
 *  [Installation](https://ml.wordpress.org/plugins/advance-post-grid/#installation)
 * [Development](https://ml.wordpress.org/plugins/advance-post-grid/#developers)

 [Support](https://wordpress.org/support/plugin/advance-post-grid/)

## Description

The Advanced Post Grid plugin allows you to create customizable and responsive grid
layouts to display your posts, pages, or any custom content dynamically. Designed
for flexibility and ease of use, this plugin integrates seamlessly with the Gutenberg
block editor, offering an intuitive way to showcase your content in a visually appealing
grid format. Whether you’re building a blog, portfolio, or product showcase, this
plugin gives you full control over the number of columns, layout styling, and content
arrangement..

#### Features

 * Dynamic Column Control: Choose the number of columns to display in the grid, 
   adapting to your design requirements.
 * Customizable Layouts: Style your grids with custom CSS or use default settings
   for a clean and responsive design.
 * Dynamic Content Support: Display posts, pages, or any REST-enabled public post
   type with ease.
 * Mobile Responsive: Per-block tablet and mobile column controls with an independent
   responsive toggle.
 * Shortcode Support: Use `[advance_post_grid]` anywhere — pages, widgets, classic
   editor.
 * Developer Friendly: Extend the plugin’s functionality with hooks, filters, and
   templates.

#### Shortcode

Use [advance_post_grid] anywhere shortcodes are supported — pages, widgets, or the
classic editor.

Available attributes (all optional):

 * posttype — Post type to display. Default: post. Accepts any REST-enabled public
   post type slug.
 * postgrid — Desktop column count. Default: 3. Accepts: 1, 2, 3, 4.
 * postgridtablet — Tablet column count. Default: 2. Only applied when enablepostgridres
   =”true”.
 * postgridmobile — Mobile column count. Default: 1. Only applied when enablepostgridres
   =”true”.
 * enablepostgridres — Enable independent tablet and mobile columns. Default: true.
   Accepts: true, false.
 * postperpage — Number of posts per page. Default: 12.
 * postorder — Sort direction. Default: DESC. Accepts: ASC, DESC.
 * postorderby — Sort field. Default: title. Accepts: title, date, modified, menu_order,
   rand, comment_count.
 * showhidepagi — Show pagination. Default: true. Accepts: true, false.
 * showhidelink — Show post links and Read More button. Default: true. Accepts: 
   true, false.
 * showhidecat — Show category badges. Default: true. Accepts: true, false.
 * showhidedate — Show post date. Default: true. Accepts: true, false.
 * showhidert — Show estimated read time. Default: true. Accepts: true, false.

Example: [advance_post_grid posttype=”product” postgrid=”4″ postperpage=”8″ postorderby
=”date” showhidedate=”false” showhidert=”false”]

## ബ്ലോക്കുകൾ

ഈ പ്ലഗിൻ 1 ബ്ലോക്ക് നൽകുന്നു.

 *   Advance Post Grid Block to add post type with advance options

## Installation

 1. Download the plugin & install it to your `wp-content/plugins` folder (or use the
    Plugins menu through the WordPress Administration section)
 2. Activate the plugin
 3. Add Block to the page.
 4. Select your option.
 5. Save and enjoy!

## FAQ

### I need help to configure the plugin?

Please email me at [hello.weboptics@gmail.com](https://ml.wordpress.org/plugins/advance-post-grid/hello.weboptics@gmail.com?output_format=md)

### For support or troubleshooting help

Submit a issue [here](https://github.com/weboptics/advance-post-grid/issues).

## Reviews

ഈ പ്ലഗിന് റിവ്യൂകൾ ഒന്നുമില്ല.

## Contributors & Developers

“Advance Post Grid” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ WebOptics ](https://profiles.wordpress.org/weboptics/)
 *   [ Haseeb Nawaz Awan ](https://profiles.wordpress.org/haseebnawaz298/)
 *   [ M.Nawaz Khalid ](https://profiles.wordpress.org/nawaz999/)
 *   [ Muhammad Asad ](https://profiles.wordpress.org/muhammadasad609/)
 *   [ Saleem Munawar ](https://profiles.wordpress.org/saleemmunawar/)

[Translate “Advance Post Grid” into your language.](https://translate.wordpress.org/projects/wp-plugins/advance-post-grid)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/advance-post-grid/),
check out the [SVN repository](https://plugins.svn.wordpress.org/advance-post-grid/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/advance-post-grid/)
by [RSS](https://plugins.trac.wordpress.org/log/advance-post-grid/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Release first version

#### 1.1.0

 * Added pagination
 * Added new elements
 * ability to hide elements

#### 1.1.1

 * Update Stable Tag

#### 1.1.2

 * Minor Update
 * Added option for shortcode as well

#### 1.1.3

 * fix bug in shortcode
 * added responsive options

#### 1.1.4

 * Update Stable Tag

#### 1.1.5

 * Fix mobile pagination bug

#### 1.1.6

 * Fix broken block wrapper attributes caused by incorrect use of esc_html on get_block_wrapper_attributes
 * Fix invalid HTML — removed href attribute from div elements when Post Link is
   disabled
 * Add placeholder image for posts without a featured image (editor and frontend)
 * Fix pagination next button missing circle styles in editor
 * Fix pagination inactive page numbers missing circle styles in editor
 * Fix card layout — replaced fragile absolute positioning with flexbox
 * Fix post categories container missing display flex
 * Fix CSS color variable with no fallback
 * Fix pagination responsive layout — hide/show correct elements per breakpoint

#### 1.1.7

 * Improved: Post type selector now dynamically includes all REST-enabled public
   post types — no longer limited to post, page, and product
 * Improved: Replaced raw fetch() in the editor with apiFetch for correct nonce 
   handling and subdirectory WordPress support
 * Improved: Expanded Order By options — added Last Modified, Menu Order, Random,
   Comment Count
 * Improved: REST API extended to accept rand, menu_order, and comment_count as 
   valid orderby values so the editor preview stays in sync with the frontend
 * Improved: Removed dependency on –cr_color_primary theme CSS variable in pagination
   styles
 * Fixed: Disabled next-page arrow on the last page was missing role=”button” and
   rendered without border or sizing styles
 * Fixed: Placeholder image was referenced from src/assets/images which is not deployed—
   now copied to build/assets/images via webpack and paths updated in render.php
   and wp_localize_script

#### 1.1.8

 * Update Stable Tag

## Meta

 *  Version **1.1.8**
 *  Last updated **2 ആഴ്ചകൾ ago**
 *  Active installations **20+**
 *  വേർഡ്പ്രസ്സ് പതിപ്പ് ** 6.1 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Tested up to **7.0**
 *  PHP പതിപ്പ് ** 7.2 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Language
 * [English (US)](https://wordpress.org/plugins/advance-post-grid/)
 * Tags
 * [block](https://ml.wordpress.org/plugins/tags/block/)[blocks](https://ml.wordpress.org/plugins/tags/blocks/)
   [grid](https://ml.wordpress.org/plugins/tags/grid/)[post](https://ml.wordpress.org/plugins/tags/post/)
   [post grid](https://ml.wordpress.org/plugins/tags/post-grid/)
 *  [Advanced View](https://ml.wordpress.org/plugins/advance-post-grid/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/advance-post-grid/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/advance-post-grid/reviews/)

## Contributors

 *   [ WebOptics ](https://profiles.wordpress.org/weboptics/)
 *   [ Haseeb Nawaz Awan ](https://profiles.wordpress.org/haseebnawaz298/)
 *   [ M.Nawaz Khalid ](https://profiles.wordpress.org/nawaz999/)
 *   [ Muhammad Asad ](https://profiles.wordpress.org/muhammadasad609/)
 *   [ Saleem Munawar ](https://profiles.wordpress.org/saleemmunawar/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/advance-post-grid/)