Title: Vova&#039;s Post Grids
Author: Vova
Published: <strong>2026년 7월 30일</strong>
Last modified: 2026년 7월 30일

---

플러그인 검색

![](https://ps.w.org/vova-post-grids/assets/banner-772x250.png?rev=3628395)

![](https://ps.w.org/vova-post-grids/assets/icon-256x256.gif?rev=3628497)

# Vova's Post Grids

 작성자: [Vova](https://profiles.wordpress.org/gn_themes/)

[다운로드](https://downloads.wordpress.org/plugin/vova-post-grids.2.0.3.zip)

[실시간 미리보기](https://ko.wordpress.org/plugins/vova-post-grids/?preview=1)

 * [세부사항](https://ko.wordpress.org/plugins/vova-post-grids/#description)
 * [평가](https://ko.wordpress.org/plugins/vova-post-grids/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/vova-post-grids/#installation)
 * [개발](https://ko.wordpress.org/plugins/vova-post-grids/#developers)

 [지원](https://wordpress.org/support/plugin/vova-post-grids/)

## 설명

[Vova’s Post Grids](https://postgrids.space) is a native Gutenberg block for building
responsive post grids directly in the WordPress editor.

Build a dynamic query or hand-pick specific posts, then fine-tune the result without
touching code.

#### Flexible content queries

Query any public post type and its public taxonomies. Filter content by taxonomy
terms, keyword, author, date range, featured image, or custom fields. Control ordering,
sticky posts, the current post, and the number of posts per page.

#### Responsive layouts

Configure desktop, tablet, and mobile column counts independently. Adjust horizontal
and vertical spacing to create classic grids, editorial layouts, compact feeds, 
or image-first galleries.

#### Complete card controls

Reorder or hide the featured image, title, metadata, excerpt, and read-more link.
Customize image treatment, typography, colors, spacing, excerpt length, metadata,
taxonomy badges, and link presentation.

#### Smooth AJAX pagination

Add numbered or previous/next pagination. The block loads each selected page through
the WordPress REST API and updates the grid in place without reloading the whole
page.

#### Native, free, and open source

The block uses WordPress data APIs, server-side rendering, and core editor components.
Every feature is included for free: there is no Pro tier, trial, account, or external
service. Vova’s Post Grids is licensed under GPL-2.0-or-later and can be used on
commercial websites.

The project source code and releases are available on [GitHub](https://github.com/vanokhin/vova-post-grids).

### Development

The release archive includes the human-readable block source and locked npm dependency
metadata.

 1. Install Node.js and npm, then run `npm ci`.
 2. Install WP-CLI with the i18n command available.
 3. Run `npm run build` to compile production assets and regenerate the translation
    template.
 4. Run `npm run lint:js` and `npm run lint:css` for JavaScript and stylesheet checks.
 5. Install the Composer development dependencies and run `npm run lint:php` for WordPress
    and PHP 7.4 compatibility checks.
 6. Run `npm run export` to build and create the release ZIP in `dist/`.

## 스크린샷

[⌊Classic grid with three-column cards⌉⌊Classic grid with three-column cards⌉[

Classic grid with three-column cards

[⌊Magazine layout with editorial cards⌉⌊Magazine layout with editorial cards⌉[

Magazine layout with editorial cards

[⌊Compact, text-first news feed⌉⌊Compact, text-first news feed⌉[

Compact, text-first news feed

[⌊Dense, image-first visual gallery⌉⌊Dense, image-first visual gallery⌉[

Dense, image-first visual gallery

[⌊Query controls in the Gutenberg sidebar⌉⌊Query controls in the Gutenberg sidebar⌉[

Query controls in the Gutenberg sidebar

## 블록

이 플러그인은 1개의 블록을 제공합니다.

 *   Post Grids Responsive post grid with query controls and AJAX pagination.

## 설치

 1. Upload the `vova-post-grids` folder to `/wp-content/plugins/`, or install the plugin
    ZIP through `Plugins > Add New > Upload Plugin`.
 2. Activate **Vova’s Post Grids**.
 3. Open a post or page in the block editor.
 4. Add the **Post Grids** block from the **Vova Post Grids** category.
 5. Configure the query, layout, content, and pagination in the block sidebar.

## FAQ

### Which content can the block display?

Any public post type and its public taxonomies, or a hand-picked list of specific
posts.

### Does pagination reload the whole page?

No. When pagination is enabled, the block loads the selected page through the WordPress
REST API and updates the grid in place.

### Can the card layout adapt to different screen sizes?

Yes. Desktop, tablet, and mobile column counts can be configured independently, 
along with horizontal and vertical spacing.

### Are all features included for free?

Yes. There is no Pro tier, trial, upgrade prompt, or account to create.

### Does the plugin connect to an external service?

No. The plugin works with content and APIs provided by the WordPress site where 
it is installed.

### Can I use the plugin on a commercial website?

Yes. Vova’s Post Grids is free software licensed under GPL-2.0-or-later.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Vova's Post Grids”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Vova ](https://profiles.wordpress.org/gn_themes/)

“Vova's Post Grids”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/vova-post-grids/contributors)
님께 감사드립니다.

[자국어로 “Vova's Post Grids”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/vova-post-grids)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/vova-post-grids/)는, 
[SVN 저장소](https://plugins.svn.wordpress.org/vova-post-grids/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/vova-post-grids/)을 [RSS](https://plugins.trac.wordpress.org/log/vova-post-grids/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 2.0.3

 * Updated Live Preview in the wp.org repository.

#### 2.0.2

 * Expanded the plugin description and FAQ.
 * Added Live Preview in the wp.org repository.

#### 2.0.1

 * Added screenshots.

#### 2.0.0

 * Plugin name changed to Vova’s Post Grids (formerly Posts Grid)

#### 1.0.1

 * Hardened REST API endpoint

#### 1.0.0

 * Initial WordPress.org release.

## 기초

 *  버전 **2.0.3**
 *  최근 업데이트: **3주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.5 또는 그 이상 **
 *  다음까지 시험됨: **7.0.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/vova-post-grids/) 및 [Russian](https://ru.wordpress.org/plugins/vova-post-grids/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/vova-post-grids)
 * 태그:
 * [grid](https://ko.wordpress.org/plugins/tags/grid/)[pagination](https://ko.wordpress.org/plugins/tags/pagination/)
   [post grid](https://ko.wordpress.org/plugins/tags/post-grid/)[posts](https://ko.wordpress.org/plugins/tags/posts/)
   [query loop](https://ko.wordpress.org/plugins/tags/query-loop/)
 *  [고급 보기](https://ko.wordpress.org/plugins/vova-post-grids/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/vova-post-grids/reviews/)

## 기여자

 *   [ Vova ](https://profiles.wordpress.org/gn_themes/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/vova-post-grids/)