Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.09 KB

File metadata and controls

28 lines (22 loc) · 1.09 KB

Automatic Upload via WordPress Admin Dashboard

  1. Go to Plugins -> Add New:
    • Click on Plugins and then Add New.
  2. Upload the Plugin:
    • Click on the Upload Plugin button at the top of the page.
    • Click Choose File and select the plugin ZIP file from your local machine.
    • Click Install Now.
  3. Activate the Plugin:
    • Once the plugin is installed, click Activate Plugin.

Manual Upload via FTP

  1. Extract the ZIP File:
    • Extract the contents of the plugin ZIP file to your local machine.
  2. Connect to Your Server via FTP:
    • Use an FTP client (such as FileZilla) to connect to your WordPress site.
  3. Navigate to the Plugins Directory:
    • Go to the /wp-content/plugins/ directory on your server.
  4. Upload the Plugin Folder:
    • Upload the extracted plugin folder to the /wp-content/plugins/ directory.
  5. Activate the Plugin:
    • Log in to your WordPress admin dashboard.
    • Go to Plugins -> Installed Plugins.
    • Find the newly uploaded plugin in the list and click Activate.