You are currently viewing How to Create an Auto News Posting Website in WordPress

How to Create an Auto News Posting Website in WordPress

complete and comprehensive guide to building a hands-free news aggregation site, this article will take you from installing the plugin to fine-tuning your first automated news campaign. The WordPress Automatic Plugin is a premium tool that can import content from a vast array of sources, including RSS feeds, Google News, YouTube, and many other websites .

Step 1: Laying the Foundation – Installation and Basic Setup

Before automation, you need a working WordPress site. If you don’t have one yet, you will need a domain name and web hosting. Providers often offer easy, one-click WordPress installations .

Once WordPress is ready, install the plugin:

  1. Purchase and download the “WordPress Automatic Plugin” from CodeCanyon. You will receive a ZIP file (e.g., wp-automatic-v3.x.x.zip.
  2. In your WordPress dashboard, go to Plugins > Add New > Upload Plugin.
  3. Upload the ZIP file, click Install Now, and then Activate Plugin .
  4. After activation, you will find a new “WordPress Automatic” menu item in your dashboard.

Step 2: Configuring Your First News Campaign

The plugin operates through “Campaigns.” Each campaign is a set of rules that tells the plugin where to get content from and what to do with it.

  1. Create a New Campaign: Navigate to WordPress Automatic > Add New .
  2. Set a Campaign Title: Choose a descriptive name for your reference, like “Tech News from Google News.”
  3. Choose a Campaign Type: This is the most critical choice. For a news website, the most relevant options are:
    • Feeds: To pull content from RSS feeds of other news sites .
    • Google news: To automatically fetch the latest news for your chosen keywords .
    • Bing news: An alternative to Google News .
    • Articles: Can import articles from directories like EzineArticles .
  4. Define Your Keywords: Enter the topics you want to cover, separated by commas (e.g., artificial intelligence, electric vehicles.

At this point, you can click Publish and then Run Now for a quick test. The plugin will fetch and post one item immediately .

Step 3: Diving Deeper – Advanced Campaign Configuration

To truly customize the content and make your site unique, you need to explore the plugin’s extensive options.

  • Keyword and Filtering Options:
    • Rotate Keywords: If you use multiple keywords, enabling this ensures the plugin posts content for a different keyword each time it runs, creating a more varied news stream .
    • Posting Interval: Set how often the campaign should run automatically (e.g., hourly, daily) .
    • Maximum Posts: Set a limit to prevent the campaign from posting indefinitely .
  • Content Customization with Templates:
    You are not stuck with the original title and content. The plugin uses “tags” to let you build your own post template .<table> <thead> <tr> <th>Component</th> <th>Description & Template Tags</th> </tr> </thead> <tbody> <tr> <td><strong>Post Title</strong></td> <td>Use the <code>[original_title]</code> tag. You can also add your own text, e.g., <em>News Flash: [original_title]</em>.</td> </tr> <tr> <td><strong>Post Content</strong></td> <td>Use tags like <code>[matched_content]</code> (the article body) or <code>[feed_content]</code>. You can wrap this with your own introductory or concluding text.</td> </tr> <tr> <td><strong>Attribution & Links</strong></td> <td>Always credit the original source by using the <code>[source_link]</code> tag in your template, e.g., <em>Source: <a href=”[source_link]”>Original Article</a></em>.</td> </tr> </tbody> </table>
  • AI-Powered Content Rewriting:
    A standout feature is the integration with AI models like OpenAI GPT, Google Gemini, and Claude AI. You can instruct the plugin to automatically rewrite or summarize imported articles, making them unique and adding value . Look for the AI modification options within your campaign settings.
  • Extracting Specific Content:
    When scraping directly from websites, use the “Extract specific parts” feature. You can use CSS selectors or XPath to tell the plugin to grab only the main article content and ignore navigation, sidebars, and comments .

Step 4: Essential Post-Publication Settings

This controls what happens after the content is processed.

  • Post Status: Choose whether to Publish immediately, save as a Draft for review, or schedule for the future.
  • Categories and Tags: Automatically assign posts from this campaign to a specific category. You can also set the plugin to import the original post’s tags or use your keywords as tags .
  • Featured Image: The plugin can usually grab the first image from the article and set it as the featured image. For RSS feeds, it can use the image specified for Facebook (og:image) .

Step 5: Optimizing and Maintaining Your Autoblog

Creating the campaign is just the beginning. For long-term success, consider these factors:

  • Legal and Ethical Considerations: Autoblogging walks a fine line with copyright. Always provide clear attribution and link back to the original source. Using the AI features to significantly rewrite content can help avoid duplicate content issues, which search engines like Google penalize .
  • Choose a Good News Theme: Your site’s design is crucial. Look for a fast, responsive WordPress theme designed for news and magazines. Popular options on markets like ThemeForest include NewspaperJNews, and Foxiz .
  • Supplement with Original Content: For better SEO and audience loyalty, consider adding your own original articles or heavily curated commentary alongside the automated posts .
  • Social Media Automation: Consider using a social media auto-poster like “WP to Buffer” to automatically share your new automated posts on social networks, driving traffic back to your site .

Troubleshooting Common Issues

  • No posts are being created: Double-check that your campaign is set to “Published” and that the posting interval is configured. Run the campaign manually using the “Run Now” button and check the log for errors .
  • Posts have unwanted content (ads, menus): This is common when using the scraping feature. Use the “Extract specific parts” option with a CSS selector to target only the main article content .
  • Duplicate posts: Enable the “Duplicate title skip” option in the campaign settings to prevent the plugin from posting items with the same title more than once .

By following this guide, you can set up a sophisticated news aggregation website that automatically publishes content tailored to your niche. The key to success lies in careful configuration, adding your unique touch through templates and AI, and always prioritizing ethical content use.

I hope this comprehensive guide helps you build a successful autoblog. If you have any questions, feel free to ask!

Leave a Reply