=== WP Fanatico Display Recent Posts Shortcode === Contributors: http://wpfanatico.com Donate link: http://wpfanatico.com/donaciones Tags: shortcode, pages, posts, page, query, display, list Requires at least: 3.0 Tested up to: 4.7.1 Stable tag: 1.0.2 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. Example [wpf-list-post category="the-category" number="6" colum="3"] 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: http://wpfanatico.com/plugins-gratis/plugin-para-mostrar-entradas-recientes-por-categoria-en-wordpress-wp-fanatico.html == Screenshots == 1.- Three Columns Grid 2.- Two Columns Grid == Changelog == **Version 1.0.2** * Minor Fixes **Version 1.0.1** * Minor Fixes **Version 1.0.0** * First Version!