=== Show Posts list – Easy designs, filters and more === Contributors: creativedev4 Tags: shortcode, pages, posts & Custom posts, show, list Requires at least: 4.7 Tested up to: 6.5.5 Stable tag: 1.1.0 Requires PHP: 8.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Plugin URI: https://swatiagarwal.info/show-posts-list-easy-designs-filters-and-more/ Author URI: https://swatiagarwal.info/ Easily show a list of posts and custom types of posts on your website using shortcode. == Description == "Swift Posts" makes it easy to list content from your website. Just use this shortcode in the content editor, and you'll see a list of your desired posts/custom posts: `[swiftpost-list]` **Filter by Category** To only show posts within a certain category, use the category_id parameter: `[swiftpost-list post_type="your-post-name" show_cat="false" category_id="your-category-id"]` **Show as other designs** You can create a great-looking, different kind of designs with some styling. [Here's how!](https://swatiagarwal.info/post-list-demo/) **Post per page** You can use post per page option to limit the numbers. `[swiftpost-list post_type="your-post-name" posts_per_page="4"]` **Include Image, Date, Author** To include an image, date, and author, use the following: `[swiftpost-list post_type="your-post-name" show_image="true" show_date="true" show_author="false"]` You can use any image size added by WordPress (thumbnail, medium, medium_large, large) OR any custom image size added by your theme or other plugins. **Sort the list however you like** By default the listing will list the newest content first, but you can order by title, menu order, relevance, content type, metadata, and more. **Full Documentation** Click here to get full documentation. https://swatiagarwal.info/post-list-demo/ == Installation == 1. Upload `swift-post-list` to the `/wp-content/plugins/` directory. 1. Activate the plugin through the *Plugins* menu in WordPress. 1. Add the `[swiftpost-list]` shortcode to a post or page. == Screenshots == 1. [Design One](assets/screenshot-1.png) 2. [Another Design](assets/screenshot-2.png) == Changelog == = 1.0.0 = * Initial plugin, Everything is new.