Descripción
Recent Post Widget with date, author and post thumbnail. Its highly customizable for every theme developer to make change as his / her need.
Links
Capturas
Instalación
Automatic Install From WordPress Dashboard
- Login to your the admin panel
- Navigate to Plugins -> Add New
- Search MP Recent Post Widget
- Click install and activate respectively.
Manual Install From WordPress Dashboard
If your server is not connected to the Internet, then you can use this method-
- Download the plugin by clicking on the red button above. A ZIP file will be downloaded.
- Login to your site’s admin panel and navigate to Plugins -> Add New -> Upload.
- Click choose file, select the plugin file and click install
Install Using FTP
If you are unable to use any of the methods due to internet connectivity and file permission issues, then you can use this method-
- Download the plugin by clicking on the red button above. A ZIP file will be downloaded.
- Unzip the file.
- Launch your favorite FTP client. Such as FileZilla, FireFTP, CyberDuck etc. If you are a more advanced user, then you can use SSH too.
- Upload the folder to wp-content/plugins/
- Log in to your WordPress dashboard.
- Navigate to Plugins -> Installed
- Activate the plugin
FAQ
- How to change thumbnail size
-
- Login to WordPress admin panel
- Goto Settings => MP Recent Post and change your image thumbnail size.
- Then Regenerate Image Thumbnail
- If you are a theme developer you can change sizes by
mp_recent_post_widget_thumbnail_size
filter.
- How to change layout
-
- Make a directory named
mp-widgets
on your theme directory. - Just copy
mp-recent-post-widget.php
file fromtemplates
directory and copy it tomp-widgets
directory. - Make changes as your need.
- Make a directory named
- How to disable loading current css file
-
- If you are a theme developer you can just
wp_deregister_style('mp-recent-post-widget')
- If you are a theme developer you can just
- How to modify widget fields
-
- Just use
mp_recent_post_widget_form_fields
filter to change fields
- Just use
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
"MP Recent Post Widget" es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce "MP Recent Post Widget" a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0.0
Initial release