Title: Advance Post Grid
Author: WebOptics
Published: <strong>08.01.2025</strong>
Last modified: 17.06.2026

---

Търсене на разширения

![](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

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

[Изтегляне](https://downloads.wordpress.org/plugin/advance-post-grid.1.1.8.zip)

 * [Детайли](https://bg.wordpress.org/plugins/advance-post-grid/#description)
 * [Оценки](https://bg.wordpress.org/plugins/advance-post-grid/#reviews)
 *  [Инсталиране](https://bg.wordpress.org/plugins/advance-post-grid/#installation)
 * [Разработка](https://bg.wordpress.org/plugins/advance-post-grid/#developers)

 [Поддръжка](https://wordpress.org/support/plugin/advance-post-grid/)

## Описание

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“]

## Blocks

This plugin provides 1 block.

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

## Инсталиране

 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!

## ЧЗВ

### I need help to configure the plugin?

Please email me at [hello.weboptics@gmail.com](https://bg.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).

## Отзиви

There are no reviews for this plugin.

## Сътрудници и разработчици

“Advance Post Grid” е софтуер с отворен код. Към разширението са допринесли следните
хора:

Сътрудници

 *   [ 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/)

[Превеждане на “Advance Post Grid” на вашия език.](https://translate.wordpress.org/projects/wp-plugins/advance-post-grid)

### Имате интерес към разработване?

[Преглеждане на кода](https://plugins.trac.wordpress.org/browser/advance-post-grid/),
разглеждане на [SVN хранилище](https://plugins.svn.wordpress.org/advance-post-grid/),
или абонамент към [програмната история (log)](https://plugins.trac.wordpress.org/log/advance-post-grid/)
чрез [RSS](https://plugins.trac.wordpress.org/log/advance-post-grid/?limit=100&mode=stop_on_copy&format=rss).

## Списък с промени

#### 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

## Мета

 *  Version **1.1.8**
 *  Last updated **Преди 2 седмици **
 *  Active installations **20+**
 *  WordPress version ** 6.1 или по-висока **
 *  Tested up to **7.0**
 *  PHP version ** 7.2 или по-висока **
 *  Language
 * [English (US)](https://wordpress.org/plugins/advance-post-grid/)
 * Tags
 * [block](https://bg.wordpress.org/plugins/tags/block/)[blocks](https://bg.wordpress.org/plugins/tags/blocks/)
   [grid](https://bg.wordpress.org/plugins/tags/grid/)[post](https://bg.wordpress.org/plugins/tags/post/)
   [post grid](https://bg.wordpress.org/plugins/tags/post-grid/)
 *  [Разширен изглед](https://bg.wordpress.org/plugins/advance-post-grid/advanced/)

## Оценки

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/)

## Сътрудници

 *   [ 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/)

## Поддръжка

Имате да кажете нещо? Имете нужда от помощ?

 [Разглеждане на форумите за поддръжка](https://wordpress.org/support/plugin/advance-post-grid/)