Hi, I would like to bulk post/edit existing custom posts to other websites. I am trying to add a ‘publish’ button under the ‘show posts’ button in the post handler but can’t find the function to publish a group of posts on different sites.
The process wanted would look like :
Going to the posts menu
Select sites I want the posts from
show them (button show post)
Select multiple posts
Select sites I want the posts to be published
publish the posts (new button to group publish)
It’s the custom post type extension but with bulk action.
Is there anyway to do it already?
How should I proceed?
At the moment, this feature is not available, so it’s required to make a custom code to handle this.
If it’s ok with you, we can move the topic to the Dev section where you can share the code that yo have so far and other devs could join to collaborate.
At the moment, I only added in page-maiwp-post.php <input type="button" name="mainwp_post_publish" id="mainwp_post_publish" class="ui big green fluid button" value="<? esc_attr_e( 'Publish', 'mainwp' ); ?>">
under the Show Posts button so it display the button in the place I want but I don’t know where to find or add the function to make it work.