विवरण
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
स्थापना
- Upload the plugin folder to the
/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to Appearance Widgets and add the “Recent Pages and Posts” widget to your sidebar.
- Configure the widget settings as needed.
प्रश्नोत्तर
-
Can I change the post types shown?
-
Yes, you can use the
recepaan_post_typesfilter 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” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
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.

