Descripción
A widget plugin to show the latest posts from all blog in sidebar and content area in multisite enabled WordPress sites.
Features
- able to show latest posts in sidebar and content areas
- choose list or div style (content area only)
- support short code (content area only)
- User can change the title of the widget as usual
- User can limit the number of posts to show
- Posts’ stripped down content will be shown if posts’ excerpt are empty
Note: Kindly please rate this plugin or vote the compatibility. So I could review it and improve the quality of this plugin. Appreciate your help!
Capturas
Instalación
- Upload
multisite-latest-posts-widget
folder to/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Assign this widget to your theme’s sidebar under Widgets menu
- Set the title and number of posts (default limit is 5)
If you would like the latest posts to be shown in content area you could use below short code.
[mslp limit=10 style=list]
You can assign two styles
1. style=list
2. style=div
Note: default limit = 5
default style = list
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
“Multisite Latest Posts Widget” es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce “Multisite Latest Posts Widget” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .
Registro de cambios
1.4
- Checked on WordPress 3.2 multisite
- Removed check public blog or not from the query (In the WordPress privacy settings, there is a option called “I would like to block search engines, but allow normal visitors”. It means no matter blog is public or not still showing the posts to the normal users. So time to remove the check public blog or not from the query)
1.3
- Added short code support and recent posts can be shown in content area
1.2
- Fixed wrong links to the posts
1.1
- Fixed not creating view table when the plugin is activated.
1.0
- The first release of the plugin.