=== Outdated Post Label === Contributors: SaudRazzak Tags: posts, outdated posts, updated posts Requires at least: 5.5 Tested up to: 6.7 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A WordPress plugin to Adds a label to indicate if a post is outdated or updated. == Description == The Outdated Post Label plugin adds a label to indicate whether a post is outdated or updated based on its publish date and modification date. The label is displayed in the WordPress admin panel for easy identification of outdated posts. == Installation == 1. Upload the plugin folder to your /wp-content/plugins/ folder. 1. Go to the **Plugins** page and activate the plugin. == Frequently Asked Questions == = What is the purpose of this plugin? = The purpose of this plugin is to help website owners or administrators easily identify outdated posts in the WordPress admin panel. = How does the plugin determine if a post is outdated? = The plugin compares the publish date and modification date of a post with the current date and determines whether it is outdated or updated. By default, a post is considered outdated if it was published more than 6 months ago. = Can the outdated post label be customized? = Yes, the label's style and text can be customized by modifying the HTML and CSS code in the plugin's PHP file. = Does the plugin work with custom post types? = The plugin works with all post types in WordPress. == Screenshots == 1. This is the Screenshot one. == Changelog == = 1.0 = * Plugin released.