Get WP Content Extractor running in minutes.
-
Install the plugin to your WordPress
wp-content/plugins/directory -
Activate via WordPress admin: Plugins → Installed Plugins → Activate "Content Extractor"
-
Configure the source URL:
- Go to Settings → Content Extractor
- Enter your content source URL (e.g.,
https://example.com/api/posts) - Click "Save Changes"
-
Done! The plugin will automatically extract and publish content every 30 minutes.
If you want to test immediately without waiting for cron:
// Add this to your theme's functions.php or a custom plugin
if (function_exists('ce_extract_content')) {
ce_extract_content();
}- Content is fetched from your configured URL
- Posts are parsed and published to WordPress
- Featured images are downloaded and attached
- Process repeats every 30 minutes automatically
For more details, see Installation and Usage.