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

A5 Recent Post Widget

설명

Yet another recent post widget. It shows the last post of your blog, where and how you want. You can define, on which pages of your site it shows and whether you want to show a post thumbnail or not. Decide, whether the links go to the post, to the attachment page or simply to a file. You can style the links in the plugins settings and each widget container differently.

The plugin was tested up to WP 4.5 and should work with versions down to 2.7 but was never tested on those.

스크린샷

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

설치

  1. Upload the a5-recent-posts folder to the /wp-content/plugins/ directory
  2. WordPress의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Place and customize your widgets
  4. Define the style of the links in the settings section

FAQ

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;
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;
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 the stylesheet of the theme will have highest priority, you will have to make your styles even more important in the hierarchy.

후기

2016년 9월 3일
The only knock I have on this plug-in is that I did not find the settings intuitive right at the start. It took me a little bit of time to set things up how I wanted. But it does offer great flexibility and once you do get it set up, it will do exactly what you want it to.
모든 3 평가 읽기

기여자 & 개발자

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

기여자

“A5 Recent Post Widget”(이)가 23(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

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

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

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

변경이력

2.6.1

  • Added debug options to framework

2.6

  • Adjustments in framework
  • WP 4.5 ready

2.5.6

  • Adjustments in framework
  • WP 4.3 ready

2.5.5

  • small bugfix with visability

2.5.4

  • Adjustments in Framework
  • More raliable with galleries

2.5.3

  • Adjustments in Framework

2.5.2

  • Adjustments in Framework

2.5.1

  • You can now set the length of the excerpt

2.5

  • DSS more flexible
  • Ability to show as many posts as you like

2.4.3

  • Mistakes in image class fixed

2.4.2

  • More accurate image fetching, if there’s no featured image of the post

2.4.1

  • Added compressible DSS

2.4

  • All ‘Divided by Zero’ errors should be eliminated

2.3

  • Some Finetuning of the framework; more foolproof

2.2

  • Framework adjusted, better recognition of images

2.1

  • Features added, framework adjusted

2.0

  • Release into the wild

1.0

  • Initial release upon request