Recent Pages and Posts by MediaArt

描述

Recent Pages and Posts by MediaArt adds a sidebar widget to your site, which displays a list of the most recently created or modified posts and pages. You can configure the number of items and the length of the excerpt for each item.

Useful for blogs, business sites, documentation, or anywhere where users should see what’s new or recently changed.

Features

  • Displays both pages and posts
  • Sorts by most recently updated
  • Configurable number of items
  • Optional excerpt length
  • Fully localized and translation-ready

Localization

屏幕截图

  • Widget configuration in the admin
  • Example output in the sidebar

安装

  1. Upload the plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Appearance Widgets and add the “Recent Pages and Posts” widget to your sidebar.
  4. Configure the widget settings as needed.

常见问题

Can I change the post types shown?

Yes, you can use the recepaan_post_types filter to modify the query. Example:
add_filter(‘recepaan_post_types’, function($types) { return array(‘post’, ‘page’, ‘custom_post_type’); });

Can I change the default post count or excerpt length?

Yes, using these filters:
recepaan_query_args

评价

此插件暂无评价。

贡献者及开发者

「Recent Pages and Posts by MediaArt」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「Recent Pages and Posts by MediaArt」插件已被翻译至 3 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「Recent Pages and Posts by MediaArt」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.2.2

  • Readme: restored Localization + historical entries.

1.0.2.1

  • Readme maintenance (headers/FAQ cleanup).

1.0.2

  • Plugin Check fixes (prefixed hooks, text domain alignment, WP.org translation handling).
  • Readme aligned with code.

1.0.1

  • Improved widget styling – switched to dotted list and reduced padding.

1.0.0

  • Initial release.