Featured Category Widget

Featured Category Widget

The Featured Category Widget is basically a Featured Post Widget for a category.

  • Almost active
    This plugin was not updated the last 3423 days ago.
  • This plugin is not tested with the last major release of WordPress
    Content for list item
  • There is no information available which PHP version this plugin requires
    The latest stable PHP 8.4.10 was released on 03 July 2025
  • No information about vulnerabilities and unfixed security issues is available.
    Content for list item

Ratings

5

Active installs

100

Total Downloads

29K

Support Threads

0

Last updated

26 February 2016

Added

22 March 2012

Versions

100%
  • Version 2.5

Screenshots

The plugin's work on our testing page
The widget's settings section

About Featured Category Widget

FAQ

I styled the widget container myself and it looks bad. What do I do?

The styling of the widget requires some knowledge of css. If you are not familiar with that, try adding

padding: 10px;
margin-bottom: 10px;

to the style section.

My widget should have rounded corners, how do I do that?

Add something like

-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

to the widget style. This is not supported by all browsers yet, but should work in almost all of them.

My widget should have a shadow, how do I do that?

Add something like

-moz-box-shadow: 10px 10px 5px #888888;
-webkit-box-shadow: 10px 10px 5px #888888;
box-shadow: 10px 10px 5px #888888;

to the widget style to get a nice shadow down right of the container. This is not supported by all browsers yet, but should work in almost all of them.

Changelog

2.5

2.4.1

2.4

2.3.1

2.3

2.2.2

2.2.1

2.2

2.1

2.0.1

2.0

1.9

1.8

1.7.1

1.7

1.6

1.5

1.4

1.3

1.2

1.1

1.0

How to install Featured Category Widget

  1. Upload the category-feature folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place and customize your widgets
  4. Ready