Description
LMP allows you to add in your sidebar a widget that will display the last modified articles in descending order of modification date.
Settings to customize:
- Allow you to set title widget
- Display Number of items
- Display modified date
- Display thumbnails
If no thumbnail was found for the article, LMP will add a generic image.
Screenshots
Installation
This section describes how to install the plugin and get it working.
- Upload the plugin files to the β/wp-content/plugins/Last-Modified-Postsβ directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the βPluginsβ screen in WordPress
- Use the Apparence->Widget to configure the plugin
FAQ
-
No image/thumbnail options?
-
Your theme needs to support Post Thumbnail, please go to https://codex.wordpress.org/Post_Thumbnails to read more info and how to activate it in your theme.
By default, LMP display generic thumbnail. -
Thumbnail Size
-
By default LMP have 100Γ100 size.
-
How to change default Thumbnail
-
Upload your default image in /wp-content/plugins/Last-Modified-Posts/assets/image. Only PNG file. Size : 100*100.
-
How to add custom style?
-
The plugin comes with a very basic style, if you want to add custom style please do wp_dequeue_style to remove the default stylesheet. Place the code below in your theme functions.php.
Then you can add your custom style using Custom CSS plugin or in your theme style.css. Hereβs the plugin selector
.LPM_Widget
.LPM_Widget .LPM_post-modified
.flotte
.textleft
.lightinfo -
How to widget white backgound color?
-
In your backend wordpress, clic on βApparenceβ. Click on βAdditional CSSβ. Add
.LPM_Widget {background-color:#fff;}
Click on publish.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Last Modified Posts” is open source software. The following people have contributed to this plugin.
Contributors“Last Modified Posts” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Last Modified Posts” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
3.5
- Code rewrite
- Add add internationalization file
- readme.txt update
3.1
- readme.txt update
3.0
- Code rewrite
- Add the option βsee thumbnailβ
2.0
- Add the option βsee modification dateβ
- Minor bug fix