How to Install a WordPress Plugin
Prerequisites
- WordPress 6.0 or later
- PHP 7.4+ (8.0+ recommended)
- A valid license key from your Intally account
Method 1 — Upload via WordPress Admin
- Download the plugin ZIP from your Intally dashboard (My Licenses → Download).
- In your WordPress admin, go to Plugins → Add New → Upload Plugin.
- Click Choose File, select the downloaded ZIP, then click Install Now.
- After installation, click Activate Plugin.
Method 2 — Upload via FTP/SFTP
- Extract the ZIP archive on your local machine.
- Upload the extracted plugin folder to
/wp-content/plugins/. - Go to Plugins in your WordPress admin and click Activate.
Enter Your License Key
After activation, navigate to the plugin's settings page. Enter the license key you received with your purchase and click Save. The plugin will verify the key and activate automatically.
Troubleshooting
- "Upload failed" — Check that your server allows file uploads and the
upload_max_filesizein PHP is large enough. - "License invalid" — Ensure the domain matches the one bound to your license. You can check your bindings in the Intally dashboard.
- White screen after activation — Check your PHP error log. This is often caused by a PHP version incompatibility.