Smart Content AutoPublisher – AI RSS to WordPress

6 months of support With a product you will get 6 months of support from the author. To know more about what is included, please read the support policy.

shoppingBag Sales: 0

Created: May 15, 2025

Updated: May 15, 2025

ID: 521024

Choose a license

Popular Services from WordPress Plugins Experts

Or Monster One Get in Subscription

MonsterONE - Unlimited Downloads for $10.75/mo

535k Items | Commercial Use License permits using this item to create unlimited digital end products for sale during the active period of your subscription. | Support Join to Download this Item  for Free
Smart Content AutoPublisher – AI RSS to WordPress - Features Image 1

Smart Content AutoPublisher - Full Documentation

1. Installation

  1. Download the zip file.
  2. Extract the All files.zip and you will find a 'Smart Content AutoPublisher.zip' and a 'Documentation SCAP.html.'
  3. Login to your WordPress admin panel.
  4. Navigate to Plugins Add New and click Upload Plugin.
  5. Select the 'Smart Content AutoPublisher.zip' and click Install Now.
  6. Activate the plugin after installation.

2. Configuration

After activation, go to AutoPublisher Smart Content AutoPublisher Settings.

  • RSS Feed Sources: Add one or more RSS feed URLs.
  • Default Post Template: Use placeholders like {{title}}, {{content}}, {{date}}.
  • Publishing Schedule Interval: Choose how often to auto-publish (e.g., hourly, daily).
  • Category, Tags, and Author: Select default values for new posts.
  • OpenAI Rewriting: Toggle ON to use OpenAI for content rewriting.

3. Logs and Monitoring

All logs related to publishing are recorded under AutoPublisher Logs AutoPublisher Logs.

4. Cron Job Execution

The plugin uses WordPress cron to schedule auto-publishing via the hook scap_cron_hook.

You can monitor and trigger this manually using the WP Crontrol plugin:

  1. Install and activate WP Crontrol.
  2. Go to Tools Cron Events.
  3. Find the scap_cron_hook and click "Run Now".

5. File Structure and Responsibilities

  • /includes/functions.php: Core logic for fetching and processing RSS feeds
  • /includes/cron.php: Registers the cron hook and related logic
  • /admin/settings.php: Admin UI for managing settings
  • /includes/logger.php: Handles logging of publishing actions
  • /templates/template-parser.php: Applies placeholders like {{title}} in post templates
  • /includes/openai.php: Integrates with OpenAI API if rewriting is enabled

6. Template Editing

You can edit the default post template from the plugin settings or modify /templates/template-parser.php directly.

Available placeholders:

  • {{title}}: Post title
  • {{content}}: Main content from the feed
  • {{date}}: Publication date
  • {{link}}: Source link

7. Duplicate Content Handling

The plugin avoids publishing duplicates using the post URL hash. Each URL is stored and compared before publishing.

Example code:

// Inside functions.php

if (get_option('scap_posted_' . md5(item_url), time());

}

8. Troubleshooting

  • Ensure WP Cron is working. Try disabling caching plugins temporarily
  • Check logs under AutoPublisher Logs
  • Use WP Crontrol to manually test scap_cron_hook

Author: Suman Kumar Das

For support, contact via Template Monster message or the support email listed in the plugin settings.


0 Reviews for this product

0 Comments for this product

About Author

Related Topics:

SEO

WordPress Compatibility:

General software requirements:

Code editing tool ZIP unarchiver

Hosting Requirements:

PHP Version Compatibility:

Web Server Compatibility:

Database Server Compatibility: