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

Featured Post Widget

설명

The Featured Post Widget is a fully customizable widget, that displays a single post. You can decide, whether or not the post thumbnail is displayed, whether the post title is above or beneath the thumbnail and a couple of more things. And of course, you can style the widget individually.

스크린샷

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

설치

  1. Upload the post-feature-widget folder to the /wp-content/plugins/ directory
  2. WordPress의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Place and customize your widgets
  4. Ready

FAQ

How do I get the image more responsive ?

If the widget container is smaller than the image size, the image will automatically be adjusted to the widget size. In other words, just choose some width for the image that is larger than your widget area and it will always have the right size.

I styled the widget container myself and i 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.

후기

모든 5 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Featured Post Widget”(을)를 번역하세요.

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

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

변경이력

4.2.1

  • Automatic hyphation deletable

4.2

  • WP 4.5 ready
  • New framework

4.1.2

  • bugfix

4.1.1

  • more accurate style sheet
  • infinite loop in some special cases fixed

4.1

  • WP 4.3 ready
  • New framework

4.0

  • WP 4.1 ready
  • New framework

3.9.3

  • Mistake in image class fixed

3.9.2

  • Interference with WordPress Page Widgets eliminated

3.9.1

  • small bugfix

3.9

  • DSS compressible
  • bugfix

3.8.1

  • Small bugfix

3.8

  • Code correction

3.7

  • All ‘Devided by Zero’ errors should be eliminated

3.6

  • Improvement of image recognition, more flexible

3.5

  • code streamlined and options added

3.4.1

  • small bugfix

3.4

  • all possible errors that could cause the image to not resize are fixed
  • some small features added (possibility to give a post ID, order of the headline, date, excerpt etc.)

3.3

  • small bugfixes and changes in the plugin framework
  • loads of new features added such as aligning the thumbnail and the text, displaying the date etc.

3.2

  • code overhaul
  • hooks into the Ads Easy Plugin if Google AdSense Tags are in use

3.1

  • Better functionality getting the excerpt
  • Fetches the first image also, when working with galleries

3.0

  • Some streamlining done, more fool proof.

2.1

  • Minor bugfix, showing the excerpt.

2.0

  • The widget now supports a customizable ‘read more’ link.

1.9

  • Trying to get expandable textareas work.

1.8.2

  • Bugfix with backup post; plugin works now also with slugs.

1.8.1

  • Small bugfix with the backup post.

1.8

  • A second post can now be defined as a backup, that will show up, if the widget is showing on a single post page, showing the feaured post. Just to avoid doublettes.

1.7

  • Small changes in the handling that provide more accurate working.

1.6

  • Dutch translation added.

1.5

  • German translation added.

1.0

  • 초기 릴리즈