Installation
Step-by-step guide to installing WSMS on your WordPress site.
This guide covers all installation methods for WSMS, from the WordPress dashboard to manual installation.
Prerequisites
Before you begin, ensure you have:
- WordPress 5.0+ installed and running
- PHP 7.4+ on your server
- Admin access to your WordPress dashboard
Installation Methods
Method 1: WordPress Dashboard (Recommended)
The easiest way to install WSMS:
- Log in to your WordPress admin panel
- Navigate to Plugins → Add New
- Click Upload Plugin at the top
- Choose the WSMS ZIP file you downloaded
- Click Install Now
- After installation completes, click Activate Plugin
Method 2: FTP/SFTP Upload
For manual installation via FTP:
- Extract the downloaded ZIP file on your computer
- Connect to your server using an FTP client (FileZilla, Cyberduck, etc.)
- Navigate to
/wp-content/plugins/ - Upload the extracted
wp-smsfolder - Go to Plugins in your WordPress admin
- Find “WSMS” and click Activate
Method 3: WP-CLI
For developers using WP-CLI:
# Install from local ZIP file
wp plugin install /path/to/wp-sms.zip --activate
# Or if you have the plugin slug
wp plugin activate wp-sms
Post-Installation Steps
After activating the plugin:
- Go to SMS → Settings in your WordPress admin
- Configure your SMS gateway credentials
- Send a test message to verify the setup
Troubleshooting Installation Issues
Plugin Won’t Activate
- Check PHP version meets requirements (7.4+)
- Ensure no plugin conflicts exist
- Check file permissions on the plugins folder
Next Steps
Last updated: January 15, 2024