Recent Pages and Posts by MediaArt

Mô tả

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

This plugin is ready for translation and includes .pot and .mo files. Languages supported:
* English (default)
* Czech (cs_CZ)

Ảnh màn hình

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

Cài đặt

  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.

Hỏi đáp

Can I change the post types shown?

Yes, you can use the recent_pp_post_types filter to modify the query. Example:
add_filter(‘recent_pp_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:
recent_pp_post_count
excerpt_length

Đánh giá

Không có đánh giá nào cho plugin này.

Người đóng góp & Lập trình viên

“Recent Pages and Posts by MediaArt” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

“Recent Pages and Posts by MediaArt” đã được dịch qua 3 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.

Dịch “Recent Pages and Posts by MediaArt” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.

Nhật ký thay đổi

1.0.1

  • Improved widget styling – switched to dotted list and reduced padding.
  • Updated translation loading mechanism.

1.0.0

  • Initial release