Install & Activate
Install & Activate via WordPress Plugins Screen
From the WordPress admin screen, navigate to "Plugins."
Click on the "Add New Plugin" button
In the Search bar enter
Archived Post StatusFind the plugin in the results and click "Install Now."
After installation, activate the plugin by clicking "Activate now."
Install via FTP
Download the most current version of the plugin from the WP repository or Github release.
Access your site's FTP using the tool of your choice (something like like X or Fetch)
Unzip the plugin files and upload the
archived-post-statusplugin folder into yourwp-content/plugins/folder.From the WordPress admin screen, navigate to "Plugins."
Find the plugin and click "activate."
Install & Activate via WP CLI
Install the plugin with wp-cli:
wp plugin install archive-post-statusActivate the plugin with wp-cli:
Install via Composer
To add this plugin to your project as a dependency using Composer, use wpackgist.
Run this command:
Or add the package to your composer.json:
Last updated