https://github.com/armandphilippot/latest-updated-posts-widget
WordPress Plugin: display a list of latest updated posts as a widget.
https://github.com/armandphilippot/latest-updated-posts-widget
widget wordpress wordpress-plugin wordpress-widget
Last synced: about 1 year ago
JSON representation
WordPress Plugin: display a list of latest updated posts as a widget.
- Host: GitHub
- URL: https://github.com/armandphilippot/latest-updated-posts-widget
- Owner: ArmandPhilippot
- License: gpl-2.0
- Created: 2021-03-06T17:20:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T08:54:57.000Z (about 1 year ago)
- Last Synced: 2025-03-13T07:42:35.940Z (about 1 year ago)
- Topics: widget, wordpress, wordpress-plugin, wordpress-widget
- Language: JavaScript
- Homepage:
- Size: 4.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Latest Updated Posts Widget
 
A WordPress Widget to display a list of the latest updated posts.
## Presentation
This widget can be place in your sidebar to display the latest updated posts. Unlike the native "_Recent Posts_" widget that displays the recently published posts, this one lists the posts that have been recently modified.
The widget allows you to choose:
- between the default post types and your custom post types
- which data to display (dates, excerpt...)
If you have sticky posts, you may want checked "_Ignore sticky post_" to prevent them to appear at the top of the list.
**By choice:** if a post is modified on the same day as its publication, it will not be displayed.
## Installation
### Composer installation
You can use Composer to install this plugin as a dependency if you use custom installers:
```
{
"require": {
"armandphilippot/latest-updated-posts-widget": "dev-main"
}
"repositories": [{
"type": "git",
"url": "git@github.com:ArmandPhilippot/latest-updated-posts-widget.git"
}]
```
It is also possible to specify a version by replacing `dev-main` with `dev-main#v1.0.0` (an existent tag).
### Manual installation
You can download this plugin on Github, then extract it in `/wp-content/plugins/` directory.
## Usage
1. Navigate to the "_Plugins_" dashboard page and click on "_Activate_".
2. Add "_**Latest updated posts**_" to a widget area through the "_Widgets_" menu in WordPress.
3. Configure settings.
## Screenshots
| Admin view - Common | Admin view - with Custom Post Types |
| ---------------------------------------------------------- | ----------------------------------------------------------- |
|  |  |
| Public view - example 1 | Public view - example 2 |
| ------------------------------------------------------------ | ------------------------------------------------------------- |
|  |  |
## License
This project is open source and available under the [GPL v2 or later License](https://github.com/ArmandPhilippot/latest-updated-posts-widget/blob/master/LICENSE).