# Blog Listing Module

- Purpose: Contains the builder + assets that power the Blog Listing admin page and frontend loop.
- `acf.php`: Registers ACF controls for the Blog Listing builder page.
- `shortcodes.php`: Provides `[remark_blog_loop]` to render paginated post grids.
- `page.css|page.js|page.anim.js`: Listing-specific styles, interactions, and animations.

### Notes
- The shortcode accepts `posts_per_page` and `category` attributes; mirror any new ACF controls by passing them through to `[remark_blog_loop]`.
- Listing styles expect cards inside `.remark-blog-grid`; keep class names if you swap markup to retain animations.
