ArmandPhilippot / latest-updated-posts-widget

WordPress Plugin: display a list of latest updated posts as a widget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest Updated Posts Widget

License Version

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
Admin view 1 Admin view 2
Public view - example 1 Public view - example 2
Public view 1 Public view 2

License

This project is open source and available under the GPL v2 or later License.

About

WordPress Plugin: display a list of latest updated posts as a widget.

License:GNU General Public License v2.0


Languages

Language:JavaScript 47.4%Language:PHP 45.4%Language:SCSS 4.1%Language:CSS 3.1%