-
Download the Plugin
git clone https://github.com/VoxHash/WPContent-extractor.git cd WPContent-extractor -
Upload to WordPress
- Connect to your server via FTP/SFTP
- Navigate to
wp-content/plugins/ - Upload the entire
WPContent-extractorfolder - Ensure folder structure:
wp-content/plugins/wp-content-extractor/content-extractor.php
-
Activate
- Log in to WordPress admin
- Go to Plugins → Installed Plugins
- Find "Content Extractor" and click "Activate"
-
Download ZIP
- Download the repository as ZIP
- Or create a ZIP of the plugin folder
-
Upload via Admin
- Go to Plugins → Add New
- Click "Upload Plugin"
- Choose the ZIP file
- Click "Install Now"
- Click "Activate Plugin"
wp plugin install https://github.com/VoxHash/WPContent-extractor/archive/main.zip --activateAfter installation, verify:
- Plugin appears in Plugins → Installed Plugins
- Settings page exists at Settings → Content Extractor
- No PHP errors in WordPress debug log
- Plugin not appearing: Check file permissions and folder structure
- Activation errors: Check PHP version (requires 7.4+)
- Cron not running: Verify WordPress cron is enabled
See Troubleshooting for more help.