Is there a wordpress plugin that uploads articles automatically?

mdleaks

Newbie
Joined
Oct 18, 2024
Messages
39
Reaction score
31
My website is something like a blog for everything. I'm looking for a tool or wordpress plugin that can upload articles from other sites in different categories.

I also have many questions about wordpress since I'm still new. Is there a thread that explains it all or something like detailed tutorials?
 
from other websites? what is the point? it will be flagged as duplicated content and your next post will be crying about deindexed website and google update killing your blog
I heard there are tools that use AI to rephrase the content. That's basically what I'm looking for.
 
My website is something like a blog for everything. I'm looking for a tool or wordpress plugin that can upload articles from other sites in different categories.

I also have many questions about wordpress since I'm still new. Is there a thread that explains it all or something like detailed tutorials?
Plugins like WP RSS Aggregator or Feedzy can help upload articles from other sites. They sort content into different categories. Since I’m new to WordPress, I need a full tutorial. A WordPress forum or YouTube channel might be the best place to learn.
 
+1 for WP Automatic,
You don't really need anything else if you're flexible with doing your own tweaks,
Don't just use it with a brand new domain, basic prompts, adding 100s-1000s of posts overnight, and except to rank
 
I guess you have already gotten some great suggestion from other members about third party plugins.

However, you do not even need a plugin if you want to create a post in wp programmatically. You do not need to touch the code or the database directly either.

All you have to do is come up with the content that you want to post, and then send an api request to the wp json api. Documentation of that is at:

Code:
https://developer.wordpress.org/rest-api/reference/posts/#create-a-post

You are not limited to what the plugin you are using offers. You could have another backend .. let's say something that fetches posts, rewrites using chatgpt api, and then posts it to the wp backend using the json api.

This request does require authentication, so it is not the easiest api call you will ever make. But it is a good excuse to learn a bit more about web development.
 
Last edited:
My website is something like a blog for everything. I'm looking for a tool or wordpress plugin that can upload articles from other sites in different categories.

I also have many questions about wordpress since I'm still new. Is there a thread that explains it all or something like detailed tutorials?
For users who want to upload articles of different categories from other websites in their WordPress blog, you can consider using the WP All Import plugin, which allows you to import content in various formats, including XML and CSV files. In addition, you can search for some detailed WordPress tutorials, such as * * WordPress Codex * * or * * WPBeginner * *, which provide comprehensive guidance from basics to advanced levels to help you better understand and use WordPress.
 
My website is something like a blog for everything. I'm looking for a tool or wordpress plugin that can upload articles from other sites in different categories.

I also have many questions about wordpress since I'm still new. Is there a thread that explains it all or something like detailed tutorials?

Use N8N - self-hosted, and create a flow to automatically scrape other websites automatically. Its free.
 
You can try using a tool like WP RSS Aggregator or a plugin called WP Content Crawler. These can help you import articles from different categories easily.
 
My website is something like a blog for everything. I'm looking for a tool or wordpress plugin that can upload articles from other sites in different categories.

I also have many questions about wordpress since I'm still new. Is there a thread that explains it all or something like detailed tutorials?
You can easily do it with various plugins but i recommend you to use WP Automatic, using this plugin you can automatic you post easily with the help of rss feed just find the rss feed from different website and categories which you think that they always post good article and integrate these rss feed in you website using WP Automatic.
I think this will help you lot, this is easiest and quick way to do it.
 
Back
Top