# WP List Posts Shortcode

`wp-plugin/wp-list-posts-shortcode` — WordPress plugin

> **No tagged releases in SVN.** This plugin releases exclusively via SVN trunk. Install with `dev-trunk` — Composer will pin to a specific SVN revision in your lock file. See [all untagged plugins](https://wp-packages.org/untagged).

## Install

```sh
composer require wp-plugin/wp-list-posts-shortcode:dev-trunk
```

## Details

- **Latest version:** 0.1
- **Active installs:** 50
- **Composer installs:** 0
- **Author:** michaelha
- **WordPress.org:** https://wordpress.org/plugins/wp-list-posts-shortcode/

## Description

Adds a shortcode [wp_list_posts]. For example [wp_list_posts category=3 numberposts=7] will return an unordered list of the most recent 7 posts in the …
