Skip to content

How do I assign a story to multiple chapters at once? #67

Answered by Tetrakern
littlesn0w asked this question in Q&A
Discussion options

You must be logged in to vote

There is currently no bulk edit field for this, correct. Maybe I'll add one, but it's a bit complicated due to the data structure. Changing the story assignment of a chapter must ensure it is removed from the previous one (if any), caches need to be cleared, it's a performance issue that can crash the script and damage the database, and so forth. That's why I didn't add that. Yet.

As for a solution to your issue, I linked a migration guide in the Readme for this very task. The simple method should serve you well with a few changes to the query, since you already converted the post type to fcn_chapter. If you have multiple stories, you will need to consider that in the query as well to onl…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Tetrakern
Comment options

You must be logged in to vote
0 replies
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants