=== RP Grid — Recent Posts Grid ===
Contributors: addonlogic
Tags: recent posts, posts grid, shortcode, card grid
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.0.0
Requires PHP: 8.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Displays recent posts in a responsive card grid via [recent_posts] shortcode.

== Description ==

Use `[recent_posts count="6" columns="3" category="news" excerpt="yes"]` to render a responsive grid of recent posts anywhere on your site.

**Attributes**

* `count` — number of posts (default 6)
* `columns` — grid columns 1–6 (default 3)
* `category` — category slug to filter (optional)
* `order` — ASC or DESC (default DESC)
* `excerpt` — yes/no show excerpt (default yes)
* `thumb` — yes/no show thumbnail (default yes)

== Changelog ==

= 1.0.0 =
* Initial release
