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

Categories Recent Posts Widget

설명

An easy to use Recent Posts Plugin. This plugin will allow you to display the recent posts in a sidebar only on a category page.

New Features Added

  • Specify the number of posts to display in the sidebar
  • Show/ hide excerpt
  • Specify the number of words to be displayed in the excerpt
  • Option to specify custom Read More text
  • The Read More text is also a link to the posts permalink

스크린샷

  • Widget appearing in a sidebar on a category archive page

  • Widget settings option in the Dashboard

설치

Installing is pretty easy takes only a minute or two.

  1. Upload ‘category-recent-posts-widget.zip’ directory to your ‘/wp-content/plugins/’ directory.

  2. Activate the plugin through the ‘Plugins’ screen in WordPress.

  3. On the ‘Widgets’ sub-menu of ‘Appearance’ you will find a new widget type called ‘Category Recent Posts’.

  4. Add one or more of these to your themes widget display areas.

  5. For each widget you add, select a title.

  6. For each widget you add, specify the number of posts to display in the widget, show/ hide excerpt or specify the number of words to display in excerpt

  7. Specify the Read More text that will be displayed after the excerpt in the sidebar. This defaults to ellipses […] if the field is left blank

  8. Save your settings.

  9. That’s it. Enjoy!

FAQ

Why cannot I see the widget in my Sidebar on the Home Page?

The widget will be displayed only on the ‘Category Archive Page’

Can I style the my recent posts widget

Yes. You can style it as required. The recent posts list are wrapped in an unordered HTML list having CSS class “.tm-recent”. The excerpt is wrapped in a div tag with the CSS class “.tm-excerpt”. The complete widget itself is wrapped in the CSS class “.tm-cat-recent-post”

How can I style the Read More link

The Read More link is wrapped in the CSS class “.tm-read-more-text”. You can style this class n your stylesheet.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

0.1

  • Initial Release

0.2

  • Added option to select the number of posts in widget settings
  • Added default number of posts to 5
  • Added option to select whether excert will be displayed or not
  • Changed Domain to Gettext Calls to ‘themedios’
  • Fixed control options’ width parameter to an integer instead of the previous string
  • Changed old CSS class names

1.0

  • Checked for 3.5 compatability. Looks good 🙂
  • Added option to specify Read More text. Returns ellipses […] if Read More text is empty
  • Hyperlink to the posts permalink for Read More text.
  • Added CSS class to style Read More text
  • Updated screenshot for Widget Settings