Hi all,
Long story short, my company has a few websites that will have a have a blog aspect to it. A non-technical employee will be writing these blogs. My thought process is something like this:
1. Create a blog post/series of posts on WordPress
2. Query the WordPress REST API from React websites and get relevant posts sorted by tags or all or something, then display the blogs on the websites.
Obviously this is way over-simplified, but does this sound about right?
My questions:
1. Wordpress dot com vs dot org?
2. Does the person writing the blogs have to stylize it at all? Or can they just type/add pics etc and then the developer takes care of the styling on the non-wordpress websites?
3. Am I missing something from this process?
Thanks in advance!
[ad_2]
Why not use [WagtailCMS ](https://wagtail.org/)(with Django backend)? This seems more fitting for a problem like this.