Changes the status of the child posts to draft / pending / private / public, no matter the status of the parent post.
Comments
Hi Edward,
I found an error using the keep child status extension.
On file Keep_Child_Status.php, line 166 you read the post ID as an array: ‘ID’ => $new_post[‘ID’], instead as an object: ‘ID’ => $new_post->ID.
Can you check this please?
Is there the possibility to have the “pending status” selected by default for every post?
Your plugin is wonderful!
Thank,
FEB
Regarding Pending Status… have you tried creating a UBS modification that sets them all to pending?
Hi Edward,
Is there an option to update the children, but don’t edit their status? E.g. Some may be draft, others published. I want to update the content, but not change their status.
I found an error using the keep child status extension.
On file Keep_Child_Status.php, line 166 you read the post ID as an array: ‘ID’ => $new_post[‘ID’], instead as an object: ‘ID’ => $new_post->ID.
Can you check this please?
Is there the possibility to have the “pending status” selected by default for every post?
Your plugin is wonderful!
Thank,
FEB
This exact error was fixed in v19.1. :)
Regarding Pending Status… have you tried creating a UBS modification that sets them all to pending?
Is there an option to update the children, but don’t edit their status? E.g. Some may be draft, others published. I want to update the content, but not change their status.
I sounds like the Protect Child Properties add-on should solve the problem.