=== WP Recent Posts From Category === Contributors: danieledesantis Tags: recent posts, latest posts, category, recent, posts, list, shortcode, widget Requires at least: 3.1 Tested up to: 4.4 Stable tag: 1.1.0 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Displays recent posts from selected category by generating a shortcode that can be used in widgets, posts and pages. == Description == The "WP Recent Posts From Category" is a simple plugin that allows you to insert a list of recent posts from the desired category in a widget, post or page. Using the shortcode generator you can easily customize the list of posts, you just have to paste the generated shortcode wherever you want the list to show. Customizables options include: * the desired category * the number of posts to display * include/exclude posts from children categories * show excerpt * show author and date in the output. Styling the output is easy if you are confident with CSS, as you can apply a custom class to the list container, or use the default "rpfc-container" class instead. == Installation == = Automatic installation = 1. Go to Plugins > Add New > Upload and select the .zip file from your hard disk 2. Click the "Install now" button 3. Activate the plugin through the 'Plugins' menu in WordPress = Manual installation = 1. Upload the plugin folder to the `/wp-content/plugins/` directory via ftp 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = How do I write a shortcode? = Once the plugin is installed and activated, from your dashboard navigate to Settings > WP Recent Posts From Category, select the desired options and click the "Generate Shortcode" button. = How do I use it in a widget? = Generate the shortcode you need, copy it and paste it in a text widget. = What about sticky posts? = The plugin doesn't exclude sticky posts, but doesn't display them at the top of the list. = Can I apply custom css styles to the plugin? = Yes, you can use a custom class for the container, or apply styles to the default "rpfc-container" class. == Screenshots == 1. The shortcode generator interface. 2. You can use the shortcode in a text widget. 3. The plugin used in a widget. 4. You can use the shortcode in pages or posts as well. == Changelog == = 1.1.0 = * Added excerpt = 1.0.2 = * Fixed minor bug = 1.0.1 = * Minor updates = 1.0 = * First release == Upgrade Notice == = 1.1.0 = This version allow you to show excerpts. It works with Wordpress 4.0.