=== WP Fanatico Display Recent Posts Shortcode === Contributors: wpfanatico Donate link: http://wpfanatico.com/donaciones Tags: shortcode, pages, posts, page, query, display, list Requires at least: 3.0 Tested up to: 4.7.2 Stable tag: 1.0.6 License: GPLv2 or later Display or listing recent posts using the [wpf-list-post] shortcode with several attributes == Description == This plugin allow users to display or listings recent posts without knowing PHP or editing template files. The plugin has its own CSS grid independent of any template you use. Add the shortcode in a post or page, and use the arguments or attributes to query based on category. You can also customize the output with other arguments or attributes like: * number: Number of post to display. * colum: Number of columns to show entries, 2 or 3. * date: date="1" Show publish date, date="0" Hide publish date Example [wpf-list-post category="the-category" number="6" colum="3" date="1"] More examples and explanations here: * [Documentation](http://wpfanatico.com/wpfanatico-display-recent-posts-shortcode.html) == Installation == 1. Upload `display-posts-shortcode` to the `/wp-content/plugins/` directory. 1. Activate the plugin through the *Plugins* menu in WordPress. 1. Add the shortcode [wpf-list-post] to a post or page. == Frequently Asked Questions == Ask Questions here: https://wordpress.org/support/plugin/wp-fanatico-display-recent-posts-shortcode == Screenshots == 1. Three Columns Grid 2. Three Columns Grid 3. Two Columns Grid 4. Two Columns Grid With Post Date == Changelog == **Version 1.0.6** * Minor Fixes **Version 1.0.5** * Minor Fixes * Add date of publication option in shortcode atributes [wpf-list-post date="0"] Hide Date AND [wpf-list-post date="1"] Show Date * Update readme.txt **Version 1.0.4** * Minor Fixes **Version 1.0.3** * Minor Fixes **Version 1.0.2** * Minor Fixes **Version 1.0.1** * Minor Fixes **Version 1.0.0** * First Version!