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

Category Column

설명

The Category Column is mainly designed to give your blog a bit more of a newspaper behaviour. E.g. The plugin shows the latest posts from all categories with an offset of three posts (which are in the main column) on our 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 sentenses (or words) of a post.

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

스크린샷

  • The plugin's work on our homepage
  • The widget's settings section

설치

  1. Upload the category-coloumn folder to the /wp-content/plugins/ directory (I know, I made a spellingmistake on submission) 😉
  2. 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.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Category Column”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

4.5

  • WP 4.5 ready
  • New framework

4.4

  • WP 4.3 ready
  • New framework

4.3

  • WP 4.1 ready
  • New framework

4.2.2

  • Mistake in image class fixed

4.2.1

  • Interference with WordPress Page Widgets eliminated

4.2

  • DSS now compressible

4.1

  • All ‘Divided by Zero’ errors should be eliminated

4.0

  • Much better ability to recognize images, more foolproof and more flexible

3.9.1

  • adjustments in framework, possibility to add image border

3.9

  • more responsive, a new feature and changes in framework

3.8.1

  • bugfix with missing file

3.8

  • Adjustment of the framework and more functionality

3.7

  • Complete overhaul of the code
  • Hooks into the Ads Easy Plugin if Google AdSense Tags are in use

3.6

  • More accurate excerpt
  • Thumbnails work now also, when using galleries
  • Correct ‘alt’ and ‘title’ tags

3.5

  • The style textarea is now resizable and the input fields got smaller

3.2

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

3.1

  • In case the sidebar containing the widget is displayed on single post pages, the post in the main column is not shown in the widget

3.0

  • The offset is now increasing with paginaition on the frontpage of the blog

2.9.8

  • Frontpage is taken instead of homepage now for more accurate working

2.9.7

  • Small bugfix with Thumbnail

2.9.6

  • German and Dutch translation added. Bugfix with Thumbnail for versions elder than 2.9

2.9.5

  • Better working of the excerpt now. If there is no post thumbnail defined, the first picture of the post is taken as such.

2.9.1

  • Small bugfix with the widget-style textarea and minor changes (widget is filled with default values at first use)

2.9

  • The Category Column is a fully customizable multi widget now

2.1

  • Plugin cleans the options database after itself on deinstallation (obsolete since version 2.9)

2.0

  • Customizable for a bit and initial release

1.0

  • Basic plugin for personal use