Plugin info

Total downloads: 3,431
Active installs: 30
Total reviews: 2
Average rating: 3.5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 4
Last updated: 8/22/2016 (3418 days ago)
Added to WordPress: 1/26/2016 (9 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 4.7.31
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3418 days ago • 2 reviews

22/100

Is CodeFlavors Featured Post abandoned?

Possibly abandoned (last update 3418 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 4.7.31
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Feature A Page Widget
Rating 5.0/5 (29 reviews)Active installs 4,000
NS Featured Posts
Rating 4.8/5 (28 reviews)Active installs 4,000
Genesis Featured Widget Amplified
Rating 4.9/5 (15 reviews)Active installs 3,000
Featured Post
Rating 4.6/5 (14 reviews)Active installs 1,000
Genesis Sandbox Featured Content Widget
Rating 5.0/5 (14 reviews)Active installs 1,000
Featured Post Creative
Rating 4.6/5 (9 reviews)Active installs 1,000

Description

Convert your current theme into a masonry style theme by simply using a shortcode or a widget. You will no longer be tied to a certain theme that implements masonry to get a good looking masonry layout.

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 a widget that does the exact same thing.

You can use this plugin to display any post type, be it image, regular post, page, WooCommerce product or whatever else.

To display featured posts into the front-end the plugin uses the templates it implements (by default, only 2 are available Fancy and Default) and also offers the possibility to create custom templates that can be used to display the featured posts.

Features:

  • Feature any post type;
  • Responsive options for displaying posts;
  • Plenty of options for choosing posts (post type, taxonomy, number of posts, skipped posts, template);
  • Compatible with Visual Composer;
  • Compatible with any WordPress theme;
  • Feature posts by using the shortcode or the widget;
  • TinyMCE editor interface for choosing featured posts.

Links:

  • Documentation on plugin usage and structure;
  • Forum (while we try to keep up with the forums here, please post any requests on our forums for a faster response);

Installation

  1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

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

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

  2. WordPress editor button that opens the visual interface.

    WordPress editor button that opens the visual interface.

  3. CodeFlavors Featured Post widget.

    CodeFlavors Featured Post widget.

  4. Visual Composer component.

    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

  • Initial release