Linux 软件免费装

Recent Pages and Posts by MediaArt

开发者 mediaart
更新时间 2026年2月1日 04:50
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPL-2.0-or-later or later
版权网址: 版权信息

标签

widget recent posts excerpt recent pages modified posts

下载

1.0.2.2 1.0.2 1.0.2.1 1.0.1

详情介绍:

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

安装:

  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.

屏幕截图:

  • Example output in the sidebar

升级注意事项:

1.0.2.2 Recommended update (readme/documentation fixes). 1.0.2.1 Recommended update (readme maintenance). 1.0.2 Recommended update (Plugin Check + translation handling fixes for WP.org). 1.0.1 Improved styles and cleaned output. 1.0.0 Initial release.

常见问题:

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

更新日志:

1.0.2.2 1.0.2.1 1.0.2 1.0.1 1.0.0