Title: Advanced Category Column
Author: tepelstreel
Published: <strong>2011년 3월 3일</strong>
Last modified: 2016년 2월 26일

---

플러그인 검색

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

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# Advanced Category Column

 작성자: [tepelstreel](https://profiles.wordpress.org/tepelstreel/)

[다운로드](https://downloads.wordpress.org/plugin/advanced-category-column.3.5.zip)

 * [세부사항](https://ko.wordpress.org/plugins/advanced-category-column/#description)
 * [평가](https://ko.wordpress.org/plugins/advanced-category-column/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/advanced-category-column/#installation)
 * [개발](https://ko.wordpress.org/plugins/advanced-category-column/#developers)

 [지원](https://wordpress.org/support/plugin/advanced-category-column/)

## 설명

The Advanced Category Column is mainly designed to give your blog a bit more of 
a newspaper behavior. E.g. The plugin shows the latest posts from all categories
with an offset of three posts on your homepage.

If there is a post thumbnail, it will be displayed above the headline of the post.
No further text will appear. If there is no thumbnail, only the headline and the
excerpt of the post will be shown. When the plugin can detect neither the thumbnail
nor the excerpt of a post, it will display just the first couple of sentences (or
words) of a post.

So far that is the same as my Category Column Plugin does also. Not every theme 
has the possibility to hide certain sidebars on different pages. That’s where the
advanced of our plugin comes in. In the ACC you can determine, where exactly the
widget is showing and in the settings you can customize the links of your widget(
s).

## 스크린샷

 * [[
 * The plugin’s work on our homepage
 * [[
 * The widget’s settings section
 * [[
 * The plugin’s settings section

## 설치

 1. Upload the `advanced-category-column` folder to the `/wp-content/plugins/` directory
 2. WordPress의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
 3. Place and customize your widgets
 4. Customize your links in the settings

## FAQ

  The Widget doesn’t show on my site

Look at the source code of your site. If it says at one point,

‘Advanced Category Column Widget is not setup for this view.’

you can change the visibility of the widget in the widget’s settings according to
your choices.

  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.

  I styled the links of the widget differently, but the changes don’t show, what
now?

Most of the time you will have to use the styles like that:

‘font-weight: bold !important;
 color: #0000dd !important;’

Since some other stylesheets can have a higher priority, you will have to make your
styles more important in the hierarchy.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Advanced Category Column”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 
플러그인에 기여하였습니다.

기여자

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

[자국어로 “Advanced Category Column”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/advanced-category-column)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/advanced-category-column/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/advanced-category-column/)를 
확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/advanced-category-column/)
을 [RSS](https://plugins.trac.wordpress.org/log/advanced-category-column/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 3.5

 * Framework adjusted
 * WP 4.5 ready

#### 3.4.2

 * WP 4.3 ready

#### 3.4.1

 * WP 4.2 ready

#### 3.4

 * Framework adjusted

#### 3.3

 * Framework adjusted
 * Made ready for Custom Login Page
 * Made rady for WP 4.1

#### 3.2.2

 * Mistake in image class fixed

#### 3.2.1

 * Interference with WordPress Page Widgets eliminated

#### 3.2

 * DSS is now compressible

#### 3.1

 * All ‘Divided by Zero’ errors should be eliminated

#### 3.0

 * More foolproof

#### 2.9

 * Adjusted framework; better ability to get images

#### 2.8.2

 * Instead of styling each individual widget, you can style now the whole class

#### 2.8.1

 * minor bugfix and image border added

#### 2.8

 * more responsive; Spanish translation added thanks to [Andrew Kurtis](http://www.webhostinghub.com/)

#### 2.7.5

 * Inner beauty not well working; bug fixed

#### 2.7.4

 * No bugfix, but inner beauty added 🙂

#### 2.7.3

 * more accurate and easy thumbnails in the widget
 * added the possibility to get unfiltered excerpt to avoid possible interferences
   with other plugins

#### 2.7.2

 * bug with title heading fixed

#### 2.7.1

 * bug fixed in the framework

#### 2.7

 * small changes in the framework
 * possibility to adjust the title heading

#### 2.6

 * added a possible post byline to the widget
 * some code streamlined

#### 2.5.1

 * small bugfix

#### 2.5

 * Great reduction of the payload by adding a cache to the plugin

#### 2.4

 * Adjusting the classes to be more like allrounders

#### 2.3

 * Complete overhaul of the code; it should be cleaner, some typos should have disappeared

#### 2.2

 * Added ability to get thumbnails also if using galleries
 * Uses now dss instead of writing a new css file, when saving the styles
 * More accurate auto excerpt

#### 2.1

 * Bugfix

#### 2.0

 * Minor bugfixes, check all function added

#### 1.5

 * The text-areas are now resizable and the input fields got smaller

#### 1.2

 * Bug with empty stylesheet on update fixed

#### 1.1

 * Bugfix concerning title slugs; settings accessible from plugin page now

#### 1.0

 * Stable version with Dutch and German language files

#### 0.5

 * Public Beta and initial release

#### 0.3

 * Open Beta

## 기초

 *  버전 **3.5**
 *  최근 업데이트: **10년 전**
 *  활성화된 설치 **20+**
 *  워드프레스 버전 ** 2.9 또는 그 이상 **
 *  다음까지 시험됨: **4.5.33**
 *  언어
 * [English (US)](https://wordpress.org/plugins/advanced-category-column/)
 * 태그:
 * [category](https://ko.wordpress.org/plugins/tags/category/)[column](https://ko.wordpress.org/plugins/tags/column/)
   [newspaper](https://ko.wordpress.org/plugins/tags/newspaper/)[sidebar](https://ko.wordpress.org/plugins/tags/sidebar/)
   [widget](https://ko.wordpress.org/plugins/tags/widget/)
 *  [고급 보기](https://ko.wordpress.org/plugins/advanced-category-column/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  1/5-별점 후기     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=1)

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/advanced-category-column/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/advanced-category-column/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BC9QUKBEZFZFY)