Example, you have 10 blogs, each with 10 categories of content.
You want to create 10 articles for each category for all 10 blogs and upload the content.
Currently you would need to create a unique article creator task for each category for each blog.
This happens because you can only assign one category per task
Then to post those articles, because you can’t assign a post to a blog (its random) you need to create a unique post uploader for each blog you manage.
10 blogs = min 10 post uploader tasks
2. Simple solution
Allow tagging article keyword with the WP_CATEGORY eg…
This way you an assign an article keyword to its own category without creating a new task.
Allow tagging a set of articles to a blog to upload to
That way when you press the upload button…
If I set “Save location” to Documents\SCM\BlogArticles\BlogFolder\CategoryFolder then all posts ends up there fine. But then one can only run one category at a time.
It has to be set in “Keywords” but the simple solution above is refused by SCM because it contains the word Sencha.
This:
How to distill water at home? WP_CATEGORY=“INTRODUCTION TO WATER DISTILLATION” BLOG=“myblog.com”
Generate category: “Introduction to water distillation” as last line in SCM written blog post. So it is possible to write for example 1000 blog posts in one go, for unlimited categories.