=== WP Recent Posts ===
Contributors: boopathi0001
Donate link: https://paypal.me/boopathirajan
Tags: Recent posts, WordPres recent posts, Recent post widget
Requires at least: 4.3
Tested up to: 6.6.1
Requires PHP: 5.2.4
Stable tag: 1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

WP Recent Posts plugin will displays recent posts with date, excerpt and title in Posts, Pages, Widgets and custom post types.

== Description ==

This plugin will allow you to display recent posts with date, excerpt and title in Posts, Pages, Widgets and custom post types. You have to add [wp_recent_posts] shortcode to display recent posts.

Kindly let us know your feedback or comments to add more features in this plugin.

== Installation ==

1. Log in to your WordPress admin panel and go to Plugins -> Add New
2. Type **WP Recent Posts** in the search box and click on search button.
3. Find WP Recent Posts plugin.
4. Then click on Install Now after that activate the plugin.


== Shorcode Usage ==

Basic shortcode

`
[wp_recent_posts]
`

Display recent 5 posts

`
[wp_recent_posts count='5']
`