Not a commercial tool but I usually just setup a python script using the wordpress API..ezpz
https://developer.wordpress.org/rest-api/
If you were looking for an application you can always check-out the official wordpress app.
https://apps.wordpress.com/desktop/
You can try Easy Blog Networks
If you are not too picky about the features, this should take you about an hour to do.The desktop app needs me to log in to every blog so it is time consuming
I was hopping to not lose time by developing the code on C# on my own and cosuming the rest api, but seems that it is the only free option.
Thanks!
Tools like ManageWP, MainWP are available that can help you post articles to multiple wordpress sites .
If you are not too picky about the features, this should take you about an hour to do.
Two textBoxes, one button, one HttpClient, one JsonObject and one of whatever you choose to hold your login data.
In the time it took you to post in this thread, you could have done it
P.S. Not being rude. I've wasted my time searching for something ready, while I could have written it in less time.
OK OK. Add a DataGridView for blog list along with credentials and a checkbox. If you are lazy like me, category list is a comma separated string.
private void GetCategories() - 15 rows
.....
Send me a screenshot when you are done![]()