Category Featured Images

Explore Category Featured Images vulnerabilities across all versions. Currently tracking 1 known vulnerabilities, including severity, impact, and patch status.

Strategic Overview

Avg CVSSMedium
6.4/ 10
Patch Coverage0%
Open

1

Fixed

0

Get automatic notifications for all Category Featured Images vulnerabilities before they are exploited.

Vulnerability Records

1 records
Category Featured Images banner
Latestv1.1.8

Category Featured Images

Mat

Author

Mat

4.5(11)
90/100
Last Updated
2015-01-29 (12y ago)
Active Installs
600+
Downloads
21,359
Requires WP
3.5.0+
Requires PHP
0+
Tested up to
WP 4.1.42
Created
2014-04-25 (12y ago)

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

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C