描述
Recent Post Widget with date, author and post thumbnail. Its highly customizable for every theme developer to make change as his / her need.
Links
螢幕截圖
安裝
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
常見問題
- 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
評價
There are no reviews for this plugin.
貢獻者及開發者
修改日誌
1.0.0
Initial release