# BW Pretty Post Link

Gutenberg block for displaying nicely-rendered post links. Each item can be an internal post (from any public post type) or an external URL. Two layouts available: Simple (plain list) and Thumbnail (16:9 image + title).

## Features

- **Two block types:** Parent list block + child item blocks
- **Internal links:** Pick any post from any public post type
- **External links:** Add custom URLs with titles and thumbnails
- **Two layouts:**
  - **Simple:** Plain bulleted list of text links
  - **Thumbnail:** 16:9 image alongside each title
- **Customizable:** Override titles and thumbnails for internal posts
- **Responsive:** Thumbnail layout adapts to narrow screens

## Requirements

- WordPress 6.3+
- PHP 7.4+

## Installation

1. Upload the `bw-pretty-post-link` folder to `/wp-content/plugins/`
2. Activate the plugin through the Plugins menu
3. In the block editor, search for "Pretty Post Link List"

## Usage

1. Add a "Pretty Post Link List" block
2. Choose layout (Simple or Thumbnail) in the sidebar
3. Add items using the block appender
4. For each item, choose Internal or External:
   - **Internal:** Select post type, search for a post, optionally override title/thumbnail
   - **External:** Enter title, URL, and optionally a thumbnail

## License

GPL-2.0-or-later
