Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.03 KB

File metadata and controls

38 lines (28 loc) · 1.03 KB

Getting Started

Prerequisites

  • WordPress 5.0 or higher
  • PHP 7.4 or higher
  • FTP/SFTP access to your WordPress installation (for manual installation)
  • Admin access to WordPress dashboard

Setup

  1. Download the Plugin

    git clone https://github.com/VoxHash/WPContent-extractor.git
  2. Install to WordPress

    • Copy the plugin folder to wp-content/plugins/wp-content-extractor/
    • Or use WordPress admin: Plugins → Add New → Upload Plugin
  3. Activate

    • Go to Plugins → Installed Plugins
    • Find "Content Extractor" and click "Activate"
  4. Configure

    • Navigate to Settings → Content Extractor
    • Enter your source URL
    • Save settings
  5. Verify

    • The plugin will automatically run every 30 minutes via WordPress cron
    • Check WordPress posts to verify content extraction

Next Steps