0 weeks ago
Last Updated
This plugin allows to set a featured image for each category. Posts without a featured image set will show the category’s featured image instead. Featured images usually are placed by the theme in the single post page, in the latest posts page, etc. But can also be shown using the shortcode [cfi_featured_image] or the PHP function cfi_featured_image(). To get the featured image URL I added the function cfi_featured_image_url(). Shortcode/PHP function optional arguments: ‘size’: ‘thumbnail’, ‘medium’, ‘large’, ‘full’ ‘class’: class of the image tag ‘alt’: alternative text of the image tag ‘title’: title of the image tag ‘cat_id’: select a specific category id Shortcode example: [cfi_featured_image size="large" title="This is a test..." class="my-image" alt="My image"] Function example 1: cfi_featured_image( array( 'size' => 'large', 'title' => 'This is a test...', 'class' => 'my-image', 'alt' => 'My image' ) ); Function example 2: cfi_featured_image_url( array( 'size' => 'large' ) ); Notes: If a post has more than a category with a featured image the first available is loaded If a category hasn’t a featured image but it has a parent category with a featured image the parent one is loaded
Are you an author of this plugin? Want to write a more detailed review?
Sorry, pal! The plugin couldn’t pass all our tests. No hard feelings, right?
Last Updated
This week
on WordPress
on WordPress
This section is not meant to be comprehensive.
Why don’t you compare the plugin side by
side with another plugin”
24 Jan, 2020
Saif Hassan
Overall
Easy of Use
Customer Support
Feature of Functionality
Value of Money
Pros & Cons: This is a review from the Editorial staff of WP Hive for test purposes. We are sure the plugin made it with good heart for WordPress users and we want to encourage his/her efforts by the first review.
Overall:The plugin should be working great. Even if it does not, we respect the time and effort. If you are using this plugin - leave a review with more information.