Title: Featured Category Widget
Author: tepelstreel
Published: <strong>Marso 22, 2012</strong>
Last modified: Pebrero 26, 2016

---

Maghanap ng mga plugin

![](https://ps.w.org/category-feature/assets/banner-772x250.png?rev=526125)

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

![](https://ps.w.org/category-feature/assets/icon-128x128.png?rev=1034300)

# Featured Category Widget

 Ni [tepelstreel](https://profiles.wordpress.org/tepelstreel/)

[I-download](https://downloads.wordpress.org/plugin/category-feature.2.5.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/category-feature/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/category-feature/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/category-feature/#installation)
 * [Development](https://tl.wordpress.org/plugins/category-feature/#developers)

 [Suporta](https://wordpress.org/support/plugin/category-feature/)

## Deskripsyon

The Featured Category Widget is mainly designed because there were people for whom
the Featured Post Widget was not enough. They wanted to put a category of their 
blog in the highlight.
 If there is a post thumbnail, it will be displayed above
the headline of the post. If there is no thumbnail, the first picture of the post
is taken. You can set the size for the thumbnail or just take the standard from 
your options. Decide yourself, whether you want to show the excerpt, saved with 
your post or just the first three sentences or the first twenty words of the post.
Style the widget individually, ready.

The Featured Category was tested up to WP 4.5. It should work with versions down
to 2.9 but was never tested on those.

## Mga Screenshot

[⌊The plugin's work on our testing page⌉⌊The plugin's work on our testing page⌉[

The plugin’s work on our testing page

[⌊The widget's settings section⌉⌊The widget's settings section⌉[

The widget’s settings section

## Pag-install

 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

## 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.

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “Featured Category Widget” ay open source software. Ang mga sumusunod na tao
ay nag-ambag sa plugin na ito.

Mga Contributor

 *   [ tepelstreel ](https://profiles.wordpress.org/tepelstreel/)

Ang “Featured Category Widget” ay naisalin na sa 1 (na) locale. Salamat sa [mga tagasalin](https://translate.wordpress.org/projects/wp-plugins/category-feature/contributors)
para sa kanilang mga kontribusyon.

[Isalin ang “Featured Category Widget” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/category-feature)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/category-feature/),
i-check ang [SVN repository](https://plugins.svn.wordpress.org/category-feature/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/category-feature/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/category-feature/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.5

 * WP 4.5 ready
 * New framework

#### 2.4.1

 * forgotten var_dump() taken out

#### 2.4

 * WP 4.3 ready
 * New framework

#### 2.3.1

 * bug with visiblity fixed

#### 2.3

 * WP 4.1 ready
 * New framework

#### 2.2.2

 * Mistake in image class fixed

#### 2.2.1

 * Interference with WordPress Page Widgets eliminated

#### 2.2

 * Bug fixed with featured images

#### 2.1

 * Posts now sortable in alphabetical order
 * DSS compressable

#### 2.0.1

 * Made compliant with WP 3.9.1 and small bugfix

#### 2.0

 * New feature to have post of the main loop in the widget on single pages

#### 1.9

 * All ‘Devided by Zero’ errors should be eliminated

#### 1.8

 * Improvement in image recognition, more flexible

#### 1.7.1

 * image border added and some streamlining done

#### 1.7

 * streamlined code
 * alignment of the thumbnail now possible
 * you can show the post date
 * more responsive

#### 1.6

 * adjustments in the framework
 * some more customizing was asked

#### 1.5

 * you can now link the widget title to the displayed category

#### 1.4

 * possibility to change size of thumbnail added; small bug fixed

#### 1.3

 * small bugfix in auto excerpt

#### 1.2

 * code overhaul
 * hooks into the [Ads Easy Plugin](https://wordpress.org/extend/plugins/adeasy)
   if Google AdSense Tags are in use

#### 1.1

 * possibility to choose random posts

#### 1.0

 * initial release

## Meta

 *  Bersyon **2.5**
 *  Huling na-update **10 taon ang nakalipas**
 *  Mga aktibong installation **100+**
 *  Bersyon ng WordPress ** 2.9 o mas bago **
 *  Sinubukan hanggang **4.5.33**
 *  Mga Wika
 * [English (US)](https://wordpress.org/plugins/category-feature/) at .[German](https://de.wordpress.org/plugins/category-feature/).
 *  [Isalin sa iyong wika](https://translate.wordpress.org/projects/wp-plugins/category-feature)
 * Mga Tag
 * [category](https://tl.wordpress.org/plugins/tags/category/)[column](https://tl.wordpress.org/plugins/tags/column/)
   [newspaper](https://tl.wordpress.org/plugins/tags/newspaper/)[sidebar](https://tl.wordpress.org/plugins/tags/sidebar/)
   [widget](https://tl.wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://tl.wordpress.org/plugins/category-feature/advanced/)

## Mga Rating

 4.2 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/category-feature/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/category-feature/reviews/?filter=4)
 *  [  2 3-star reviews     ](https://wordpress.org/support/plugin/category-feature/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/category-feature/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/category-feature/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/category-feature/reviews/#new-post)

[Tingnan lahat ng review](https://wordpress.org/support/plugin/category-feature/reviews/)

## Mga Contributor

 *   [ tepelstreel ](https://profiles.wordpress.org/tepelstreel/)

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/category-feature/)

## Mag-donate

Gusto mo bang suportahan ang pagpapaunlad ng plugin na ito?

 [ Mag-donate sa plugin na ito ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMF326NZYFL6L)