Install & Activate

Install & Activate via WordPress Plugins Screen

  1. From the WordPress admin screen, navigate to "Plugins."

  2. Click on the "Add New Plugin" button

  3. In the Search bar enter Archived Post Status

  4. Find the plugin in the results and click "Install Now."

  5. After installation, activate the plugin by clicking "Activate now."

Install via FTP

  1. Download the most current version of the plugin from the WP repository or Github release.

  2. Access your site's FTP using the tool of your choice (something like like X or Fetch)

  3. Unzip the plugin files and upload the archived-post-status plugin folder into your wp-content/plugins/ folder.

  4. From the WordPress admin screen, navigate to "Plugins."

  5. Find the plugin and click "activate."

Install & Activate via WP CLI

Install the plugin with wp-cli:

wp plugin install archive-post-status

Activate 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