WP Blog Posts plugin ability to display blog posts with title, short description, date, etc... to our website. An easy way to use the plugin.
You can use the
[wp_blog_posts] shortcode and after that, the blog section will be shown automatically on the front side.
Awesome features
- Display the latest blog post.
- Display the blog post by category ID.
- Set the blog post limit to show in section.
- Set the blog post column to show in section.
- Use the same shortcode multiple times on the same page.
Shortcodes
- Latest : [wp_blog_posts] - Show the latest blog post.
- Category : [wp_blog_posts cat="category_id"] - Show the blog post by category ID.
- Column : [wp_blog_posts column="3"] - Set the column to show in section.
- Limit : [wp_blog_posts limit="3"] - Set the limit to show in section.
- Complete shortcode example:
[wp_blog_posts limit="3" column="3" cat="category_id"]