
Featured Post Plugin for WordPress with custom post type support.
| Author: | CodeFlavors (profile at wordpress.org) |
| WordPress version required: | 3 |
| WordPress version tested: | 4.7 |
| Plugin version: | 1.1.1 |
| Added to WordPress repository: | 26-01-2016 |
| Last updated: | 22-08-2016
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 70 |
| Rated by: | 2 |
| Plugin URI: | |
| Total downloads: | 3 563 |
| Active installs: | 30+ |

Click to start download
|
Screenshots

The featured post templates available by default (left - template Default, right - template Fancy).

WordPress editor button that opens the visual interface.

CodeFlavors Featured Post widget.

Visual Composer component.
ChangeLog
1.1.1
- Enqueue Bootstrap.css before theme styles to avoid changing the styling
1.1
- Added Bootstrap.css support for responsive layouts;
- Added Masonry.js support;
- Created filter “cfp_bootstrap_css” that when returns “false” will prevent the plugin from loading bootstrap.css from CDN:
add_filter(‘cfp_bootstrap_css’, ‘__return_false’) // 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(‘cfp_enqueue_masonry_js’, ‘__return_false’) // 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