Last Updated Column
WordPress plugin adding a sortable "Last Updated" column to the Posts admin screen. 6-language i18n.
by Cornelii Sandberg/ ChatGPT · github.com/corneldos/wordpress-plugin-last-updated-posts · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/corneldos/wordpress-plugin-last-updated-posts/archive/refs/heads/main.zipFrom the readme
Last Updated Column
A lightweight WordPress plugin that adds a sortable "Last Updated" column to the Posts admin screen.
When you maintain a large archive of articles, knowing when each post was last modified is essential — especially for SEO housekeeping and content refresh workflows. This plugin surfaces WordPress's built-in postmodified timestamp directly in the Posts list table and lets you sort by it, so the posts most in need of attention are only one click away.
Features
- Adds a Last Updated column to the Posts (post) admin list table.
- Displays each post's last modification date and time (from postmodified).
- Column is sortable — click the header to order posts by when they were last updated.
- Localized column label, with translations bundled for:
- English (enUS)
- Swedish (svSE)
- Spanish (esES)
- Portuguese (ptPT)
- French (frFR)
- German (deDE)
- No configuration, no settings page, no database changes — activate and it works.
Requirements
- WordPress (uses the standard admin-column hooks managepostscolumns, managepostscustomcolumn, and manageedit-postsortablecolumns).
- PHP 5.x or later (no version-specific syntax is used).
No explicit Requires a