Recent Posts Easy
Looking for an easy way to display your recent posts with thumbnails and meta descriptions on your WordPress website? The Recent Posts Easy plugin by ERA Solutions provides a simple shortcode to achieve this with customizable options.

Plugin Description:
Recent Posts Easy is a plugin that simplifies the process of displaying recent posts with thumbnails and meta descriptions on your WordPress website. Using a shortcode, you can customize the number of posts, image size, post type, category, and order displayed. This plugin is perfect for bloggers and website owners who want to showcase their most recent content in an aesthetically pleasing way. With Recent Posts Easy, you can effortlessly add dynamic and informative content to your website.
How To Use ?
- To use the plugin, simply add the shortcode [recent-posts] to any post or page.
-
Example:
The shortcode [recent-posts limit="3" image_size="medium" category="news" meta_limit="50"]
to display the 3 most recent posts in the "news" category with medium-sized thumbnails and a meta description character limit of 50.
Use the below attributes to customize the output:
- `limit `: The number of posts to display. Default is 5.
- `image_size `: The size of the post thumbnail to display. Default is "thumbnail".
- `post_type `: The type of post to display. Default is "post".
- `category `: The category of posts to display. Default is "" (all categories).
- `order `: The order in which to display posts. Default is "DESC".
- `meta_limit `: The character limit for the meta description. Default is 15.
Recent Posts Easy FAQs
How many posts will be displayed by default?
By default, the plugin will display the 5 most recent posts. However, you can customize this limit using the limit attribute in the shortcode.
Can I change the size of the post thumbnails?
Yes, you can change the size of the post thumbnails using the image_size attribute in the shortcode. By default, the plugin uses the “thumbnail” size. For example, to use the “medium” size, use [recent-posts image_size="medium"].
How can I change the order of the displayed posts?
You can change the order of the displayed posts using the order attribute in the shortcode. By default, the plugin displays posts in descending order (newest to oldest). To display posts in ascending order (oldest to newest), use [recent-posts order="ASC"].
Can I change the character limit for the meta description
Yes, you can change the character limit for the meta description using the meta_limit attribute in the shortcode. By default, the plugin uses a limit of 15 characters. For example, to use a limit of 50 characters, use [recent-posts meta_limit="50"].
Recent Related Posts
Stay Up-to-Date with the Latest WordPress Plugin Developments from ERA Solutions
How to Keep Your WordPress Website Healthy
Secrets to Keeping Your WordPress Website Healthy How to Keep Your WordPress Website Healthy – Essential Tips and Tricks Discover...

Remove Unused CSS Using Developer Tools in Chrome
Are you tired of slow loading times on your WordPress site? One of the reasons why your site may be...

How to Escape Shortcodes in WordPress Text Editor
As a WordPress developer, you may encounter situations where you need to escape shortcodes in WordPress. Shortcodes are snippets of...