该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

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的的“Plugins”菜单激活插件
  3. Go to ‘Appearance’ -> ‘Widgets’ and drop it in your desired widget zone to configure

常见问题

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
Actions
  • 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.