CodeFlavors Featured Post allows you to feature any WordPress post type into posts and pages by using the shortcode implemented by the plugin.
Besides the featured posts shortcode, the plugin implements widget that does the exact same thing..
To display featured posts into the front-end the plugin uses the templates it implements and also offers the possibility to create custom templates that can be used to display the featured posts..
Plenty of options for choosing posts.
Upload the plugin files to the wp-content plugins directory, or install the plugin through WordPress plugins screen directly..
Activate the plugin through 'Plugins screen WordPress...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Created filter cfp bootstrap css that when returns false will prevent the plugin from loading bootstrap css from CDN add filter this will prevent the plugin from loading bootstrap.
Created filter cfp enqueue masonry js that when returns false will prevent the plugin from loading and using Masonry.js add filter this will prevent the plugin from loading masonry.
Added new option for widget and shortcode for the number of columns that the posts should be displayed in pages.. 1.0.
Read more