Beskrivelse
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)
Installasjon
- 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.
Ofte stilte spørsmål
-
Can I change the post types shown?
-
Yes, you can use the
recent_pp_post_typesfilter 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
Vurderinger
Det er ingen omtaler av denne utvidelsen.
Bidragsytere og utviklere
«Recent Pages and Posts by MediaArt» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:
Bidragsytere“Recent Pages and Posts by MediaArt” har blitt oversatt til 3 språk. Takk til oversetterne for deres bidrag.
Oversett “Recent Pages and Posts by MediaArt” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
1.0.1
- Improved widget styling – switched to dotted list and reduced padding.
- Updated translation loading mechanism.
1.0.0
- Initial release

