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

WP News feed widget

설명

WP News feed widget is a simple news feed widget, with pagination, to display the latest news on your website. It will display a list of your latest news titles, with the publication time (if today) or the publication date next to it.

In the widget configuration, you can set the number of posts you want to include, the number of posts per page, chosse a style or disable the plugin’s css if you want to apply your own.

The widget is customizable through a lot of filters and actions hooks.

스크린샷

  • Widget configuration
  • Widget display

설치

  1. Upload wp-news-feed-widget to the /wp-content/plugins/ directory
  2. WordPress의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Go to ‘Appearance’ -> ‘Widgets’ and drop it in your desired widget zone to configure

FAQ

What are the css classes to style the widget ?

/* Select category dropdown */
.wp-newsfw-select> .postform {}

/* pager wrapper */
.wpnewsfw-pager,
.info_text {}

/* pager items */
.page_link {}

.active_page {}

.no_more {}

/* prev & next items */
.visually-hidden {}

[dir=rtl] .visually-hidden {}

.previous_link,
.next_link {}

/* list items */
.wp-newsfw-item {}
Why can’t I configure more options ?

Options & customization can be added with the filter & hooks available, or with the add-ons.

List of filters & actions hooks
필터
  • wpnfw_query_args (array) : Allows changing the main widget query args
  • wpnfw_time_format (string) : Allows changing the time format displayed in the widget
  • wpnfw_date_format (string) : Allows changing the date format displayed in the widget
작업
  • wpnfw_before_link : Runs before an item link output
  • wpnfw_after_link : Runs after an item link output
  • wpnfw_before_title : Runs before the title output (inside the link)
  • wpnfw_after_title : Runs after the title output (inside the link)

후기

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

기여자 & 개발자

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

기여자

자국어로 “WP News feed widget”(을)를 번역하세요.

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

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

변경이력

1.2

  • Added filters and actions hooks to allow customization of the widget settings and output
  • New Pager script
  • New default styles for light and dark themes

1.1.1

  • Security fixes
  • Wrong label corrected in admin form

1.1

  • changed basic css
  • new js script for pagination + minification
  • HTML5 time markup for time/date
  • new option : posts per page
  • new string translated in french

1.0

  • Initial release.