There should have an advance export/ Import option for Post, Page, Staff.
So user can Export / Import the Post or Page or Staffs individually.
That would be really helpful.
There should have an advance export/ Import option for Post, Page, Staff.
So user can Export / Import the Post or Page or Staffs individually.
That would be really helpful.
Hey! Interesting idea. I guess you could use the API to query the posts and pages depending on the author. Something like this:
curl "https://demo.ghost.io/ghost/api/v2/content/posts/?key=22444f78447824223cefc48062&filter=author:'ghost'&include=authors&limit=all"
Obviously this isn’t super user friendly, but useful if you’re wanting to do this right now