Plugin info

Total downloads: 20,662
Active installs: 800
Total reviews: 11
Average rating: 4.5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/29/2015 (3988 days ago)
Added to WordPress: 4/25/2014 (11 years old)
Minimum WordPress version: 3.5.0
Tested up to WordPress version: 4.1.42
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3988 days ago • 11 reviews

24/100

Is Category Featured Images abandoned?

Possibly abandoned (last update 3988 days ago).

Compatibility

Requires WordPress: 3.5.0
Tested up to: 4.1.42
Requires PHP: f

Developers

Languages

Similar & Alternatives

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

Media Library Assistant
Rating 4.8/5 (196 reviews)Active installs 70,000
The Easiest WordPress Media Manager Plugin – WP Media Manager Lite
Rating 3.3/5 (7 reviews)Active installs 1,000
Automatik Blog
Rating 5.0/5 (1 reviews)Active installs 1,000
AZ-Theme Toolkit
Rating 0.0/5 (0 reviews)Active installs 40
WP Category Images
Rating 1.0/5 (1 reviews)Active installs 30
No Category Base (WPML)
Rating 4.6/5 (33 reviews)Active installs 100,000

Description

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

Installation

  1. Install and activate the plugin
  2. Go in Posts \ Categories
  3. Edit a category
  4. Set the category featured image

Frequently Asked Questions

No FAQ available

Review feed

pandammonium
9/3/2016

Does one thing and does it well

This plugin does one thing and it does it well. It's easy to use, too: install, set up the default category images and forget about it.

Screenshots

  1. Edit category page

    Edit category page

Changelog

1.1.8

  • Added ‘cat_id’ param to cfi_featured_image

1.1.5

  • Loads parent category image if nothing is found before

1.1.2

  • Added ‘cat_id’ param to cfi_featured_image_url

1.1.0

  • Improvement: cfi_featured_image in category archive pages shows the current image
  • New PHP function: cfi_featured_image_url()

1.0.6

  • New shortcode: cfi_featured_image()
  • New PHP function: cfi_featured_image()